FileRoller
|
⇤ ← Revision 1 as of 2008-11-05 12:35:48
Size: 1636
Comment: some initial content
|
Size: 2408
Comment: added suggestions for further test cases
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| === Creating archive === | === Creating an archive === |
| Line 32: | Line 32: |
| === Creating an archive in a remote directory (samba/ftp/http/sftp) === === Opening an archive from a remote directory (samba/ftp/http/sftp) === (regression test for bugs like [[https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/263026|LP 263026]]) === Opening an archive that is contained in another archive === (test case: an archive contains another nested archive; when trying to open the nested archive, a second file-roller window should be started) === Previewing a file from an archive === (test that it is possible to double-click on text files/images/audio files in an archive and have the file opened in gedit/eog/totem/other appropriate application) === Opening an ISO file === (test that .iso files can be opened in file-roller) |
These tests are to check the functionality of the file-roller package. Please try to run all of the following tests.
Report any bugs you find at http://bugs.launchpad.net/ubuntu/+source/file-roller/+filebug
Tests
Creating an archive
- Make sure that in your home directory there is no file named "fr-test-archive-1.tgz" (remove/rename it if necessary)
Click Archive -> New
- Enter "fr-test-archive-1" as name
- Verify that target folder is set to your home directory, and that type is set to "Automatic"
- Click New
Click Edit -> Add Files
- (TBD: add some directories as well)
- Select the file "/etc/issue" and click OK
- Verify that an archive with name "fr-test-archive-1.tgz" has been created in your home directory
- Verify that the file is a valid tar.gz archive:
- Run "tar tzf ~/fr-test-archive-1.tgz" in the terminal, and verify that the output is exactly "issue"
- Run "tar xzf ~/fr-test-archive-1.tgz -O" in the terminal, and verify that the output is exactly the content of the /etc/issue file
Opening .tar.gz archive
- Make sure that there is no "/tmp/issue" file (remove/rename it if necessary)
Click Archive -> Open
- Select the file "fr-test-archive-1.tgz" from your home directory
- Verify that a single "issue" file is shown
Click Archive -> Extract
Select Other -> /tmp/ -> Open as target directory
- Click Extract
- Verify that the file /etc/issue exists now and that it has the same content as /etc/issue
Creating an archive in a remote directory (samba/ftp/http/sftp)
Opening an archive from a remote directory (samba/ftp/http/sftp)
(regression test for bugs like LP 263026)
Opening an archive that is contained in another archive
(test case: an archive contains another nested archive; when trying to open the nested archive, a second file-roller window should be started)
Previewing a file from an archive
(test that it is possible to double-click on text files/images/audio files in an archive and have the file opened in gedit/eog/totem/other appropriate application)
Opening an ISO file
(test that .iso files can be opened in file-roller)
CategoryAppTestingTesting/Applications/FileRoller (last edited 2009-06-15 20:07:35 by c-24-21-50-133)