~sakrecoer/ubuntu-manual-tests/bug-1538228

« back to all changes in this revision

Viewing changes to testcases/packages/1601_Lxterminal

removeĀ revĀ 320

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This test will check that LXTerminal opens a new terminal window from a already open terminal window by right clicking on it
 
 
b'.'
2
 
<dl>
3
 
    <dt>Open a terminal window, point your mouse cursor to it then press the right mouse button</dt>
4
 
        <dd>A pop-up menu appears</dd>
5
 
    <dt>Select "New Window"</dt>
6
 
        <dd>A new terminal window opens, inheriting the working directory from its parent terminal</dd>
7
 
    <dt>Close the terminal by clicking on the "X" of the window</dt>
8
 
        <dd>The terminal window closes</dd>
9
 
</dl>
10
 
 
11
 
This test will check that LXTerminal opens a new terminal window from the menu bar of a already open terminal window
 
 
b'.'
12
 
<dl>
13
 
    <dt>Click "File" on the menu bar</dt>
14
 
        <dd>A menu drops down</dd>
15
 
    <dt>Select "New Window"</dt>
16
 
        <dd>A new terminal window opens, inheriting the working directory from its parent terminal</dd>
17
 
    <dt>Close the terminal by clicking on the "X" of the window</dt>
18
 
        <dd>The terminal window closes</dd>
19
 
</dl>
20
 
 
21
 
This test will check that LXTerminal opens a new terminal window with Ctrl+Shift+N keys
22
 
<dl>
23
 
    <dt>Hit Ctrl+Shift+N keys</dt>
24
 
        <dd>A new terminal window opens, inheriting the working directory from its parent terminal</dd>
25
 
    <dt>Close the terminal by clicking on the "X" of the window</dt>
26
 
        <dd>The terminal window closes</dd>
27
 
</dl>
28
 
 
29
 
This test will check that LXTerminal adds a new tabbed terminal to a terminal window by right clicking.
30
 
<dl>
31
 
    <dt>Press the right mouse button within the terminal window</dt>
32
 
        <dd>A popup menu appears</dd>
33
 
    <dt>Select "New Tab"</dt>
34
 
        <dd>A new terminal tab opens, inheriting the working directory from the previously active terminal</dd>
35
 
</dl>
36
 
 
37
 
This test will check that LXTerminal adds a new tabbed terminal to a terminal window from the menubar.
38
 
<dl>
39
 
    <dt>Click on File on the menu bar</dt>
40
 
        <dd>A menu drops down</dd>
41
 
    <dt>Select "New Tab"</dt>
42
 
        <dd>A new terminal tab opens, inheriting the working directory from the previously active terminal</dd>         
43
 
</dl>
44
 
 
45
 
This test will check that basic terminal commands work in LXTerminal
46
 
<dl>
47
 
    <dt>Type in sudo apt-get update and press Enter</dt>
48
 
        <dd>You are asked for [sudo] password for USER: (where USER is your user name)</dd>
49
 
    <dt>Enter your password and wait for the command to complete</dt>
50
 
        <dd>Command finishes and leaves you at an empty prompt</dd>
51
 
    <dt>Enter "ls -al"</dt>
52
 
        <dd>This should list all file in full in the home folder</dd>
53
 
    <dt>Press the up arrow on your keyboard</dt>
54
 
        <dd>The "ls -al" command you just entered appears</dd>
55
 
</dl>
56
 
 
57
 
This test will check that LXTerminal changes the title of the currently displayed terminal from the menu bar
58
 
<dl>
59
 
    <dt>In the menu bar, click on "Tabs", then on "Name Tab"</dt>
60
 
        <dd>Set Title dialog opens</dd>
61
 
    <dt>Type the title "qa-lubuntu" and click "OK"</dt>
62
 
        <dd>The terminal shows the name "qa-lubuntu"</dd>
63
 
</dl>
64
 
 
65
 
This test will check that LXTerminal maximizes into full screen
66
 
<dl>
67
 
    <dt>Hit F11 on your keyboard</dt>
68
 
        <dd>LXTerminal changes to full screen</dd>
69
 
    <dt>Hit F11 again</dt>
70
 
        <dd>LXTerminal changes back to window mode</dd>
71
 
</dl>
72
 
 
73
 
This test will check that LXTerminal can change the appearance of the terminal
74
 
<dl>
75
 
    <dt>In the menu bar, click on "Edit" and then "Preferences"</dt>
76
 
        <dd>A window opens, showing the style properties of the terminal</dd>
77
 
    <dt>Click on the name of the "Terminal Font"</dt>
78
 
        <dd>A window opens, showing the font properties</dd>
79
 
    <dt>Change the properties to Ubuntu Mono Regular 12. Click on "OK"</dt>
80
 
        <dd>The font properties window closes</dd>
81
 
    <dt>In the style properties window, click on "OK"</dt>
82
 
        <dd>The window closes. You now see the chosen font applied to the terminal</dd>
83
 
 
84
 
<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
85
 
    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>