Changes between Version 6 and Version 7 of GoogleCodeInTaskTestManual


Ignore:
Timestamp:
Nov 27, 2016, 9:25:25 PM (7 years ago)
Author:
richienyhus
Comment:

Swap steps and results

Legend:

Unmodified
Added
Removed
Modified
  • GoogleCodeInTaskTestManual

    v6 v7  
    1515* The ''user action'' is the feature that is being tested.
    1616* The ''precondition'' or ''prerequisite'' is what the tester needs to do before they can properly test that particular feature.
     17* The ''steps'' are the step by step instructions on how to carry out the test correctly. (Use two pipes "!||" to separate each step.)
    1718* The ''expected results'' or ''expected outcome'' is what is actually ment to happen at the end of the feature test.
    18 * The ''steps'' are the step by step instructions on how to carry out the test correctly. (Use two pipes "!||" to separate each step.)
    1919
    2020=== Test Plan examples ===
    2121==== web ====
    2222
    23 ||=User Action=||=Precondition=||=Expected Results=||=Steps=||
    24 ||Dragging & dropping midi files onto MidiPlayer while playing||Put two midi files that you will test somewhere convenient, like on your desktop.||The old song stops and the new midi song is played.||Start playing the first midi file. !|| Drag & drop the second midi file onto the MidiPlayer window||
    25 ||Disable and re-enable the Scope||The main window is open||When disabled the midi plays successfully and the scope is not displayed, when re-enabled midi plays successfully and the scope is displayed.||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||
     23||=User Action=||=Precondition=||=Steps=||=Expected Results=||
     24||Dragging & dropping midi files onto MidiPlayer while playing||Put two midi files that you will test somewhere convenient, like on your desktop.||Start playing the first midi file. !|| Drag & drop the second midi file onto the MidiPlayer window||The old song stops and the new midi song is played.||
     25||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.||
    2626
    2727==== files ====