diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-08-19 22:17:59 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-08-19 22:17:59 -0500 |
commit | 41ef58955239d873b1c4db850f781eaff5748169 (patch) | |
tree | 6336a9f6264135cc0701bb199906ea73dced2ec5 /tests/manual | |
parent | 2effb243dfdee567a486a34ab0e51d40e953310a (diff) | |
download | ayatana-indicator-display-41ef58955239d873b1c4db850f781eaff5748169.tar.gz ayatana-indicator-display-41ef58955239d873b1c4db850f781eaff5748169.tar.bz2 ayatana-indicator-display-41ef58955239d873b1c4db850f781eaff5748169.zip |
initial pass at tests/ directory, skeleton only
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual new file mode 100644 index 0000000..fc81e6e --- /dev/null +++ b/tests/manual @@ -0,0 +1,26 @@ + +Test-case indicator-transfer/simple-download-check +<dl> + <dt>Ensure indicator-transfer-service is running<dt> + <dd>The indicator should be visible in the panel</dd> + + <dt>Run the script tests/simple-download.py and, immediately afterwards, + click or pull down on the indicator so that its menu is visible + and its menuitems can be observed while the downloads run.</dt> + <dd>In the 'Ongoing Transfers' section, the transfers should appear</dd> + <dd>In the 'Ongoing Transfers' section, a 'Pause all' button should appear</dd> + <dd>While transfers are active, the indicator's icon should indicate activity</dd> + <dd>As each transfer finishes, its menuitem should move from the 'Ongoing' to 'Successful' section</dd> + <dd>As the first transfer is moved to the 'Successful' section, a 'Clear all' button should appear</dd> + <dd>As the last transfer finishes, the indicator's icon should change to indicate an idle state</dd> + <dd>As the last transfer finishes, the 'Pause all' button should disappear</dd> + + <dt>After all the transfers finish, press the 'Clear all' button.</dt> + <dd>All three transfers should be cleared from the menu.</dd> + <dd>The 'Clear all' button should disappear</dd> +</dt> + +<strong> + If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result. + If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>. + |