Testcase assumes that the test is run completely
This test will check that Mousepad opens
- Open Mousepad
- Mousepad opens with an unnamed text document
This test will check that Mousepad can save and open saved files
- Type in "The quick brown fox jumps over the lazy dog"
- Text appears in window
- Click File -> Save
- Save As window opens
- Type test in Name: box
- Select any folder to save file to
- Chosen file name and target folder remain as selected
- Click Save button
- Save as dialogue closes
- Close Mousepad with File -> Close Window
- Mousepad closes
- Open File Manager, navigate to saved file and double click to open in Mousepad
- Mousepad opens with saved text
This test will check that Mousepad can find and highlight searched text
- Press Ctrl+F
- Search box appears
- Type "t" in the box
- First "t" is found in the text document
- Press Ctrl+G
- Next "t" is found in the text document
- Type "he" in the search box
- Second "the" is found in the document with the search term highlighted
- Press Ctrl+G
- First "the" is found in the document
- Press esc
- Search box closes, focus returns to text document with search term highlighted
This test will check that Mousepad can find and replace text, including case sensitivity and saves on close
- Press Ctrl+R
- Replace dialogue opens
- Type "fox" in the Search for: box
- Type "cat" in the Replace with: box
- Check the Replace all in: option
- 1 occurence is found and the Replace button changes to say Replace All
- Click Replace All
- Replace dialogue does not close
- Text now reads "The quick brown cat jumps over the lazy dog"
- Type "the" in the Search for: box
- Type "a" in the Replace with: box
- Check the Case sensitive option and click the Replace All button
- Replace dialogue does not close
- Text now reads "The quick brown cat jumps over a lazy dog"
- Click Close button in Replace dialogue
- Replace dialogue closes
- Close Mousepad with File -> Close Window
- Save before closing dialogue appears
- Click Save
- Mousepad saves the changes made to the file and closes
- Find the saved file and double click to open in Mousepad
- Mousepad opens with saved text
If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit 'failed' and file a bug. Please be sure to include the bug number when you submit your result
|