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

Subscribers

People subscribed via source and target branches