~elfy/ubuntu-manual-tests/xchat

« back to all changes in this revision

Viewing changes to testcases/packages/Mousepad

  • Committer: Elfy
  • Date: 2013-05-26 21:04:33 UTC
  • Revision ID: ub.untu@btinternet.com-20130526210433-axby5wy31cokm68i
First copy

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Test-case name:Mousepad
 
2
 
 
3
<dl>This test will check that Mousepad opens
 
4
    <dt>Open Mousepad from menu</dt>
 
5
        <dd>Mousepad opens with an unnamed text document</dd>
 
6
</dl>
 
7
<dl>This test will check that Mousepad can save and open saved files
 
8
    <dt>Type in "The quick brown fox jumps over the lazy dog"</dt>
 
9
        <dd>Text appears in window</dd>
 
10
    <dt>Click File - Save</dt>
 
11
        <dd>Save As window opens</dd>
 
12
    <dt>type test.txt in Name box</dt>
 
13
    <dt>Select any folder to save file to</dt>
 
14
        <dd>Chosen file name and target folder remain as selected</dd>
 
15
    <dt>Click Save button</dt>
 
16
        <dd>Save as dialogue closes</dd>
 
17
    <dt>Close Mousepad with File - Close Window</dt>
 
18
        <dd>Mousepad closes</dd>
 
19
    <dt>Open File Manager from Menu - Accessories, navigate to saved file and double click to open in Mousepad</dt>
 
20
        <dd>Mousepad opens with saved text</dd>
 
21
</dl>
 
22
<dl>This test will check that Mousepad can find and highlight searched text
 
23
    <dt>Open Mousepad from menu</dt>
 
24
        <dd>Mousepad opens with an unnamed text document</dd>
 
25
    <dt>Type in "The quick brown fox jumps over the lazy dog"</dt>
 
26
        <dd>Text appears in window</dd>
 
27
    <dt>Press Ctrl+F</dt>
 
28
        <dd>Search box appears</dd>
 
29
    <dt>Type t in the box</dt>
 
30
        <dd>First t is found in the text document</dt>
 
31
    <dt>Press F3</dt>
 
32
        <dd>Next t is found in the text document</dt>
 
33
    <dt>Type he in the search box</dt>
 
34
        <dd>The is found in the document</dd>
 
35
    <dt>Press F3</dt>
 
36
        <dd>Next the is found in the document</dd>
 
37
    <dt>Press esc</dt>
 
38
        <dd>Search box closes, focus returns to text document with search term highlighted</dd>
 
39
</dl>
 
40
<dl>This test will check that Mousepad can find and replace text, including case sensitivity and saves on close
 
41
    <dt>Open Mousepad from menu</dt>
 
42
        <dd>Mousepad opens with an unnamed text document</dd>
 
43
    <dt>Type in "The quick brown fox jumps over the lazy dog"</dt>
 
44
        <dd>Text appears in window</dd>
 
45
    <dt>Press Ctrl+R</dt>
 
46
        <dd>Replace dialogue opens</dd>
 
47
    <dt>Type fox in the search for box</dt>
 
48
    <dt>Type cat in the replace with box and click Replace All</dt>
 
49
        <dd>Replace dialogue does not close</dd>
 
50
        <dd>Text now reads "The quick brown cat jumps over the lazy dog"</dd>
 
51
    <dt>Type the in the search for box</dt>
 
52
    <dt>Type a in the replace with box</dt>
 
53
    <dt>Click Case Sensitive box and click Replace All</dt>
 
54
        <dd>Replace dialogue does not close</dd>
 
55
        <dd>Text now reads "The quick brown cat jumps over a lazy dog"</dd>
 
56
    <dt>Click Close in Replace box</dt>
 
57
        <dd>Replace box closes</dd>
 
58
    <dt>Close Mousepad with File - Close Window</dt>
 
59
        <dd>Save before closing dialogue appears</dd>
 
60
    <dt>Click Save</dt>
 
61
        <dd>Mousepad closes</dd>
 
62
    <dt>Open File Manager from Menu - Accessories, navigate to saved file and double click to open in Mousepad</dt>
 
63
        <dd>Mousepad opens with saved text</dd>
 
64
</dl>
 
65
 
 
66
<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
 
67
    If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> 'failed' 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>
 
68
 
 
69
    
 
70