Merge lp:~pharmasolin/ubuntu-manual-tests/1422_Gnome_Terminal into lp:ubuntu-manual-tests

Proposed by Lysenko Denis on 2015-10-11
Status: Merged
Merged at revision: 336
Proposed branch: lp:~pharmasolin/ubuntu-manual-tests/1422_Gnome_Terminal
Merge into: lp:ubuntu-manual-tests
Diff against target: 68 lines (+11/-19)
1 file modified
testcases/packages/1422_Gnome Terminal (+11/-19)
To merge this branch: bzr merge lp:~pharmasolin/ubuntu-manual-tests/1422_Gnome_Terminal
Reviewer Review Type Date Requested Status
Pasi Lallinaho (community) 2015-10-11 Approve on 2015-10-12
Review via email: mp+274088@code.launchpad.net

Description of the Change

1. Changed test case for checking terminal color customisation, old one were not full in description.
2. Removed old test case where were asking to test changing terminal title, as this feature dont available in latest version of Gnome Terminal.
3. Added test case for full screen testing.

To post a comment you must log in.
Lysenko Denis (pharmasolin) wrote :

Also there is no ability to make your background as picture in terminal, only color change available so i remove this test case too.

335. By Lysenko Denis on 2015-10-11

Fixed typo

Pasi Lallinaho (knome) wrote :

Suggested some rephrasing for clarity and good English.

review: Needs Fixing
336. By Lysenko Denis on 2015-10-12

Fixed

Pasi Lallinaho (knome) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testcases/packages/1422_Gnome Terminal'
2--- testcases/packages/1422_Gnome Terminal 2013-08-03 10:34:11 +0000
3+++ testcases/packages/1422_Gnome Terminal 2015-10-12 11:26:21 +0000
4@@ -1,4 +1,3 @@
5-Test-case name: gnometerminal/ter-001
6 This test will check that basic terminal commands work in Gnome Terminal
7 <dl>
8 <dt> Open the Terminal application</dt>
9@@ -12,33 +11,27 @@
10 <dd>Does the ls -al command you just entered appear?</dd>
11 </dl>
12
13-Test-case name: gnometerminal/ter-002
14 This test will check that terminal colors and zoom level can be changed
15 <dl>
16- <dt> Open the Terminal application</dt>
17- <dt>Click on Edit, select Profiles, select Edit and select "Colors"</dt>
18- <dt>Using the options contained in the "Colors" tab modify the color palette, choosing some non-default colors or a different color scheme</dt>
19+ <dt>Open the Terminal application</dt>
20+ <dt>Click on "Edit", select "Profile Preferences", select "Colors" tab and uncheck "Use colors from system theme" checkbox</dt>
21+ <dt>Using the options contained in the "Colors" tab modify the "Text and Background Color" section, choosing some non-default colors or a different color scheme</dt>
22 <dd>The colors in your terminal match your modifications</dd>
23- <dt>Click on Edit, select Profiles, select Edit and select "Background"</dt>
24- <dt> Set the terminal choosing the option "Background Image"</dt>
25- <dd>Terminal background changes to the current wallpaper</dd>
26- <dt> Change the Zoom Level using the key combination "Ctrl++" and "Ctrl--"</dt>
27+ <dt> Change the Zoom Level using the key combination "Ctrl++" and "Ctrl+-"</dt>
28 <dd>Did the zoom level change in terminal?</dd>
29 </dl>
30
31-Test-case name: gnometerminal/ter-003
32 This test will check that terminal coloring is active
33 <dl>
34 <dt> Open the Terminal application</dt>
35 <dt> Type "touch text1.txt"</dt>
36 <dt> type "ls"</dt>
37- <dt>txt is in black</dt>
38+ <dt>Remember the color of "text1.txt"</dt>
39 <dt> Type "chmod 777 text1.txt"</dt>
40 <dt> Type "ls"</dt>
41- <dd>text1.txt is enlighten in green?</dd>
42+ <dd>Has the color of "text1.txt" changed?</dd>
43 </dl>
44
45-Test-case name: gnometerminal/ter-004
46 This test will check that the terminal tab launches successfully
47 <dl>
48 <dt> Open the Terminal application</dt>
49@@ -46,14 +39,13 @@
50 <dd>Is an instance of gnome-terminal with the title 'user@hostname: ~' opened, with the current directory set to the users home directory?</dd>
51 </dl>
52
53-Test-case name: gnometerminal/ter-005
54-This test will check that the terminal can be given a new title
55+This test will check that the terminal full screen mode works
56 <dl>
57 <dt> Open the Terminal application</dt>
58- <dt> From the main menu select 'Terminal > Set Title...'</dt>
59- <dd>The Set Title dialog appears</dd>
60- <dt> Enter 'Test Title' and click OK</dt>
61- <dd>Is the title of the window now 'Test Title'?</dd>
62+ <dt> From the main menu select 'View > Full Screen...'</dt>
63+ <dd>Terminal goes into full screen mode</dd>
64+ <dt>Press right click in terminal, from drop-down menu press "Leave Full Screen" option</dt>
65+ <dd>Terminal returns to the previous windowed state</dd>
66 </dl>
67
68 <strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.

Subscribers

People subscribed via source and target branches