Changes between Version 9 and Version 10 of GoogleCodeInTaskTestManual
- Timestamp:
- Nov 28, 2016, 7:15:50 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleCodeInTaskTestManual
v9 v10 19 19 * Together these form a ''test case'', which when grouped together is a ''test plan''. 20 20 21 === Test Plan examples ===22 ==== web====21 === Examples === 22 ==== Test Cases ==== 23 23 24 24 ||=User Action=||=Precondition=||=Steps=||=Expected Results=|| … … 26 26 ||Disable and re-enable the Scope||The main window is open||Uncheck the check box marked scope !|| The check box is then unckecked !|| Click the button marked play !|| Stop the midi from playing !|| Check the scope checkbox !|| The checkbox is then checked !|| Click play||When disabled the midi plays successfully and the scope is not displayed, when re-enabled midi plays successfully and the scope is displayed.|| 27 27 28 ==== files====28 ==== Test Plans ==== 29 29 You can download an [https://dev.haiku-os.org/attachment/wiki/GoogleCodeInTaskTestManual/TestSuite_haiku-apps.csv example test plan here] and [https://dev.haiku-os.org/attachment/wiki/GoogleCodeInTaskTestManual/LT_Import_Sample.csv simplified template] for you to edit for your task. They are both CSV files ([https://simple.wikipedia.org/wiki/Comma-separated_values comma separated values file]), which is the same format that you need to submit your work as. 30 30 … … 41 41 * Do the menu bar items work as intended? 42 42 * Check the [http://packages.qa.ubuntu.com/qatracker/series/55/testsuites Ubuntu qa website] for a similar application to the one in your task and then look at things they test it for. 43 * If required, ask your mentor for the location of some demo media files to use in your test plan. 44 * Does the application still support the media files it is meant to?