FileRoller

Revision 1 as of 2008-11-05 12:35:48

Clear message

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 archive

  1. Make sure that in your home directory there is no file named "fr-test-archive-1.tgz" (remove/rename it if necessary)
  2. Click Archive -> New

  3. Enter "fr-test-archive-1" as name
  4. Verify that target folder is set to your home directory, and that type is set to "Automatic"
  5. Click New
  6. Click Edit -> Add Files

  7. (TBD: add some directories as well)
  8. Select the file "/etc/issue" and click OK
  9. Verify that an archive with name "fr-test-archive-1.tgz" has been created in your home directory
  10. Verify that the file is a valid tar.gz archive:
    1. Run "tar tzf ~/fr-test-archive-1.tgz" in the terminal, and verify that the output is exactly "issue"
    2. 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

  1. Make sure that there is no "/tmp/issue" file (remove/rename it if necessary)
  2. Click Archive -> Open

  3. Select the file "fr-test-archive-1.tgz" from your home directory
  4. Verify that a single "issue" file is shown
  5. Click Archive -> Extract

  6. Select Other -> /tmp/ -> Open as target directory

  7. Click Extract
  8. Verify that the file /etc/issue exists now and that it has the same content as /etc/issue


Parent page: ApplicationTesting

CategoryAppTesting