Merge lp:~3v1n0/unity/manual-tests.stable into lp:unity/4.0

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: no longer in the source branch.
Merged at revision: 1731
Proposed branch: lp:~3v1n0/unity/manual-tests.stable
Merge into: lp:unity/4.0
Diff against target: 52 lines (+47/-0)
1 file modified
manual-tests/ReadMe.txt (+47/-0)
To merge this branch: bzr merge lp:~3v1n0/unity/manual-tests.stable
Reviewer Review Type Date Requested Status
Tim Penhey (community) Approve
Review via email: mp+84420@code.launchpad.net

Description of the change

Added manual-tests ReadMe file by Tim. Already approved for trunk.

To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'manual-tests'
2=== added file 'manual-tests/ReadMe.txt'
3--- manual-tests/ReadMe.txt 1970-01-01 00:00:00 +0000
4+++ manual-tests/ReadMe.txt 2011-12-05 02:12:40 +0000
5@@ -0,0 +1,47 @@
6+==============
7+Manual Testing
8+==============
9+
10+Outline
11+-------
12+Sometimes it is not possible to easily make an automated test for some
13+use-cases. However just because something isn't easily tested automatically
14+doesn't mean that there isn't value in creating a test for it, just that the
15+test needs to be executed by a person until it is converted into an automated
16+test.
17+
18+
19+Format
20+------
21+Manual tests take the format of text files in this directory (the manual-test
22+one). These files are formatted using `reStructured Text`_. A very
23+comprehensive `quick reference`_ is available.
24+
25+.. _reStructured Text: http://en.wikipedia.org/wiki/ReStructuredText
26+.. _quick reference: http://docutils.sourceforge.net/docs/user/rst/quickref.html
27+
28+Tests have a header, steps to follow, and an expected outcome, as demonstrated
29+by the following example:
30+
31+There can be multiple tests in a single file, but they should all be related,
32+and the filename should indicate the tests it contains.
33+
34+
35+Test Dash
36+---------
37+This test shows that the dash appears when the super key is pushed.
38+
39+#. Start with a clear screen
40+#. Press the <super> key
41+
42+Outcome
43+ The dash appears, and focus is in the search box. The icons on the laucher
44+ are desaturated except for the ubuntu button at the top. The icons in the
45+ panel go white.
46+
47+
48+Directory Structure
49+-------------------
50+It is expected that as we grow a number of manual tests, we will use
51+directories to organise them.
52+

Subscribers

People subscribed via source and target branches