Merge lp:~slickymaster/ubuntu-manual-tests/Calculator into lp:ubuntu-manual-tests

Proposed by David Pires
Status: Merged
Merged at revision: 208
Proposed branch: lp:~slickymaster/ubuntu-manual-tests/Calculator
Merge into: lp:ubuntu-manual-tests
Diff against target: 56 lines (+52/-0)
1 file modified
testcases/packages/Calculator tests (+52/-0)
To merge this branch: bzr merge lp:~slickymaster/ubuntu-manual-tests/Calculator
Reviewer Review Type Date Requested Status
Elfy (community) Approve
Review via email: mp+179029@code.launchpad.net

Description of the change

Finished Gnome Calculator testcase

To post a comment you must log in.
Revision history for this message
Elfy (elfy) wrote :

Can you change

"Point your mouse pointer to the Applications Menu icon and click it"

so it's agnostic

"Open Calc from your FAMILY option"

perhaps

Other than that - all good.

Make the changes, push it and I'll merge

review: Needs Fixing
Revision history for this message
David Pires (slickymaster) wrote :

You're right elfy. Can't seem to get Xubuntu out of my head ;)
I'll correct it later on and push it.

> Can you change
>
> "Point your mouse pointer to the Applications Menu icon and click it"
>
> so it's agnostic
>
> "Open Calc from your FAMILY option"
>
> perhaps
>
> Other than that - all good.
>
> Make the changes, push it and I'll merge

208. By David Pires

Made correction in order to be flavour agnostic

Revision history for this message
David Pires (slickymaster) wrote :

Ok, elfy. It's done.

Revision history for this message
Elfy (elfy) wrote :

Thanks David

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/packages/Calculator tests'
2--- testcases/packages/Calculator tests 1970-01-01 00:00:00 +0000
3+++ testcases/packages/Calculator tests 2013-08-08 18:49:53 +0000
4@@ -0,0 +1,52 @@
5+This test will check that Gnome Calculator can be opened either from a terminal window or from the applications menu, and shutdown
6+<dl>
7+ <dt>Open a terminal window, type <code>gnome-calculator</code> at the prompt and hit the "Enter" key</dt>
8+ <dd>Calculator opens</dd>
9+ <dt>Click the top right "X" of the window's title bar to close the application</dt>
10+ <dd>Calculator closes</dd>
11+ <dt>Open Gnome Calculator from your FAMILY menu</dt>
12+ <dd>Calculator opens</dd>
13+ <dt>Navigate to Application -> Quit</dt>
14+ <dd>Calculator closes</dd>
15+</dl>
16+
17+This test will check that Gnome Calculator's Application menu options work as expected
18+<dl>
19+ <dt>Open Calculator either from a terminal window or from the applications menu</dt>
20+ <dd>Calculator opens</dd>
21+ <dt>Navigate to Application -> Basic</dt>
22+ <dd>Calculator's GUI changes to provide buttons suitable for basic equations</dd>
23+ <dd>Equations are entered in standard mathematical form. For example to add 7 and 2 enter the following: 7+2</dd>
24+ <dt>Navigate to Application -> Advanced</dt>
25+ <dd>Calculator's GUI changes to provide buttons suitable for advanced mathematics such as Trigonometry</dd>
26+ <dd>Trigonometry calculations can be performed using the sin, cos, and tan functions. For example sin 45</dd>
27+ <dt>Navigate to Application -> Financial</dt>
28+ <dd>Calculator's GUI changes to provide buttons suitable for financial equations</dd>
29+ <dd>Financial functions cannot be performed using the keyboard and the following buttons are available: Ctrm, Ddb, Fv, Gpm, Pmt, Pv, Rate, Sln, Syd and Term</dd>
30+ <dt>Navigate to Application -> Programming</dt>
31+ <dd>Calculator's GUI changes to provide buttons suitable for computer programmers</dd>
32+ <dd>When in programming mode there are buttons for binary (Ctrl+B keys), octal (Ctrl+O keys) and hexadecimal (Ctrl+H keys) and the 'รก' button opens a dialogue to convert characters to character codes</dd>
33+ <dt>Navigate to Application -> Preferences</dt>
34+ <dd>Preferences dialogue window opens</dd>
35+ <dt>Click the 'Number format' drop-down list and select one of the given options</dt>
36+ <dd>The format used to display results change accordingly to the selection made</dd>
37+ <dt>Decrease/increase the value of decimal places to show</dt>
38+ <dd>The number of decimal places, if trailing zeroes and if thousands separators are shown, change accordingly</dd>
39+ <dt>Tick the 'Show trailing zeroes' option</dt>
40+ <dd>The format used to display results shows trailing zeroes</dd>
41+ <dt>Tick the 'Show thousands separators' option</dt>
42+ <dd>The format used to display results shows digit grouping</dd>
43+ <dt>Click the 'Angle units' drop-down list and select one of the given options</dt>
44+ <dd>The unit used to display results, when performing trigonometry calculations, change accordingly to the selection made</dd>
45+ <dt>Click the 'Word size' drop-down list and select one of the given options</dt>
46+ <dd>The results when performing boolean algebra calculations, using the AND, OR and XOR operators, change accordingly to the selection made</dd>
47+ <dt>Navigate to Application -> About Calculator</dt>
48+ <dd>About gnome-calculator dialogue window opens and the "Credits" and "License" buttons correctly display the associated information</dd>
49+ <dt>Navigate to Application -> Help</dt>
50+ <dd>Calculator Help dialogue window opens</dd>
51+ <dt>Navigate to Application -> Quit</dt>
52+ <dd>Calculator closes</dd>
53+</dl>
54+
55+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
56+ 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>

Subscribers

People subscribed via source and target branches