~jjfrv8/ubuntu-manual-tests/Xfce4Terminal-revised

« back to all changes in this revision

Viewing changes to testcases/packages/1422_Gnome Terminal Tests

  • Committer: Nicholas Skaggs
  • Date: 2013-01-23 08:29:30 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20130123082930-p1c1o4e19x39lmm3
initial version of manual testcase repository, as extracted from qatrackers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Test-case name: gnometerminal/ter-001
 
2
This test will check that basic terminal commands work in Gnome Terminal
 
3
<ol>
 
4
<li title="action"> Open Terminal using the dash, and typing 'terminal'</li>
 
5
<li title="action"> Type in sudo apt-get update and press Enter</li>
 
6
<ol>
 
7
<li title="expected_result">You are asked for [sudo] password for USER: (where USER is your user name).</li>
 
8
</ol>
 
9
<li title="action"> Enter your password and wait for the command to complete.</li>
 
10
<ol>
 
11
<li title="expected_result">Command finishes and leaves you at an empty prompt</li>
 
12
</ol>
 
13
<li title="action"> Enter ls -al</li>
 
14
<ol>
 
15
<li title="expected_result">This should list all file in full in the folder you are currently in</li>
 
16
</ol>
 
17
<li title="action"> Press the up arrow on your keyboard</li>
 
18
<ol>
 
19
<li title="expected_result">Does the ls -al command you just entered appear?</li>
 
20
</ol>
 
21
</ol>
 
22
Test-case name: gnometerminal/ter-002
 
23
This test will check that terminal colors and zoom level can be changed
 
24
<ol>
 
25
<li title="action"> Open Terminal using the dash, and typing 'terminal'</li>
 
26
<li title="action"> Click on Edit, select Profiles, select Edit and select colours.</li>
 
27
<li title="action"> Modify the colours to a different set</li>
 
28
<ol>
 
29
<li title="expected_result">Colors change in terminal</li>
 
30
</ol>
 
31
<li title="action"> Set a Background Image</li>
 
32
<ol>
 
33
<li title="expected_result">Terminal background changes</li>
 
34
</ol>
 
35
<li title="action"> Change the Zoom Level</li>
 
36
<ol>
 
37
<li title="expected_result">Did the zoom level change in terminal?</li>
 
38
</ol>
 
39
</ol>
 
40
Test-case name: gnometerminal/ter-003
 
41
This test will check that terminal coloring is active
 
42
<ol>
 
43
<li title="action"> Open Terminal using the dash, and typing 'terminal'</li>
 
44
<li title="action"> Type in touch text1.txt</li>
 
45
<li title="action"> type in ls</li>
 
46
<li title="action">txt is in black</li>
 
47
<li title="action"> Type in chmod 777 text1.txt</li>
 
48
<li title="action"> Type in ls</li>
 
49
<li title="action">txt should now green?</li>
 
50
</ol>
 
51
Test-case name: gnometerminal/ter-004
 
52
This test will check that the terminal tab launches succesfully
 
53
<ol>
 
54
<li title="action"> Open Terminal using the dash, and typing 'terminal'</li>
 
55
<li title="action"> Press Ctrl+Alt+T</li>
 
56
<ol>
 
57
<li title="expected_result">Is an instance of gnome-terminal with the title '<user>@<hostname>: ~' opened, with the current directory set to the users home directory?</li>
 
58
</ol>
 
59
</ol>
 
60
Test-case name: gnometerminal/ter-005
 
61
This test will check that the terminal can be given a new title
 
62
<ol>
 
63
<li title="action"> Open Terminal using the dash, and typing 'terminal'</li>
 
64
<li title="action"> From the main menu select 'Terminal > Set Title...'</li>
 
65
<ol>
 
66
<li title="expected_result">The Set Title dialog appears</li>
 
67
</ol>
 
68
<li title="action"> Enter 'Test Title' and click OK</li>
 
69
<ol>
 
70
<li title="expected_result">Is the title of the window now 'Test Title'?</li>
 
71
</ol>
 
72
</ol>
 
73
<strong>
 
74
If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
 
75
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>
 
 
b'\\ No newline at end of file'