Merge lp:~smiddy84/ubuntu-manual-tests/sudoku into lp:ubuntu-manual-tests

Proposed by Markus J Schmidt
Status: Merged
Merged at revision: 180
Proposed branch: lp:~smiddy84/ubuntu-manual-tests/sudoku
Merge into: lp:ubuntu-manual-tests
Diff against target: 51 lines (+46/-0)
1 file modified
testcases/packages/sudoku (+46/-0)
To merge this branch: bzr merge lp:~smiddy84/ubuntu-manual-tests/sudoku
Reviewer Review Type Date Requested Status
Jackson Doak (community) Approve
Elfy (community) Needs Fixing
Review via email: mp+177264@code.launchpad.net

Description of the change

Test case for sudoku added.

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

There is no need now to write seperate test case names such as

+Test-case name: sudoku/swp-001

If you look at more recent testcases they just write test name such as

This test will check that Sudoku can start a game in all levels.

Some slight spelling errors

line 34 Klick - Click
line 35 appers - appears

Other than that the testcase is fine. If you could change those things I can approve it.

review: Needs Fixing
Revision history for this message
Markus J Schmidt (smiddy84) wrote :

Sorry about the Test-case name. I found this example in the tutorial:
https://wiki.ubuntu.com/QATeam/ContributingTestcases/Manual

I will fix the spelling.

180. By Markus J Schmidt

Fixing according to Elfy

Revision history for this message
Jackson Doak (noskcaj) wrote :

I'm not sure we want the redundancy between the first test and the last three. Otherwise, this is good. Merged
A tip for the future: make sure the indents use 4 spaces, rather than tabs. I've fixed it this time.

review: Approve
Revision history for this message
Elfy (elfy) wrote :

@smiddy84 - I've changed the example testcase at https://wiki.ubuntu.com/QATeam/ContributingTestcases/Manual to a newer one. Thanks for making that known.

Revision history for this message
Markus J Schmidt (smiddy84) wrote :

Thanks heaps!

In addition, I changed in the next paragraph from 'check that Shotwell can import pictures from camera' to 'check that Update Manager opens correctly'.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/packages/sudoku'
2--- testcases/packages/sudoku 1970-01-01 00:00:00 +0000
3+++ testcases/packages/sudoku 2013-07-29 17:17:30 +0000
4@@ -0,0 +1,46 @@
5+This test will check that Sudoku can start a game in all levels.
6+<dl>
7+ <dt>Click on "very hard" to start a new game.</dt>
8+ <dd>A window appears showing a new Sudoku.</dd>
9+ <dt> Now click on "Game" >> "New". Select a new game with level "hard"</dt>
10+ <dd>A window appears showing a new Sudoku.</dd>
11+ <dt> Now click on "Game" >> "New". Select a new game with level "medium"</dt>
12+ <dd>A window appears showing a new Sudoku.</dd>
13+ <dt> Now click on "Game" >> "New". Select a new game with level "easy"</dt>
14+ <dd>A window appears showing a new Sudoku.</dd>
15+</dl>
16+
17+This test will check that Sudoku can finish a game.
18+<dl>
19+ <dt> Now click on "Game" >> "New". Select a new game with level "easy"</dt>
20+ <dd>A window appears showing a new Sudoku.</dd>
21+ <dt> Finish the game by solving the Sudoku. You can activate "Settings" >> "Show possible numbers" to finish faster.</dt>
22+ <dd>A window appears showing that you won the game. </dd>
23+</dl>
24+
25+This test will check that Sudoku can print a game.
26+<dl>
27+ <dt> Now click on "Game" >> "New". Select a new game with level "medium"</dt>
28+ <dd>A window appears showing a new Sudoku.</dd>
29+ <dt> Select "Game" >> "Print..."</dt>
30+ <dd>A window appears showing the printing dialogue. </dd>
31+ <dt> Select the printer "Print to file" and select an output filename and directory (e.g. "sudoku_test.pdf" in your home directory). Click on "Print preview".</dt>
32+ <dd>A window appears showing the preview of the Sudoku to be printed.</dd>
33+ <dt> Click on the printer symbol. </dt>
34+ <dd>The print preview window closes.</dd>
35+ <dt> Open the printed file you just created.</dt>
36+ <dd>The Sudoku appears in the file you just opened.</dd>
37+</dl>
38+
39+This test will check that Sudoku can run in fullscreen mode.
40+<dl>
41+ <dt> Now click on "Game" >> "New". Select a new game with level "hard"</dt>
42+ <dd>A window appears showing a new Sudoku.</dd>
43+ <dt>Click on "Settings" >> "Fullscreen".</dt>
44+ <dd> The sudoku is now running in full screen mode.</dd>
45+ <dt>Click on "Settings" >> "Fullscreen".</dt>
46+ <dd> The sudoku is now running in window mode.</dd>
47+</dl>
48+
49+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
50+ 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>
51\ No newline at end of file

Subscribers

People subscribed via source and target branches