File: TEST_TEMPLATE.txt

package info (click to toggle)
lomiri-ui-toolkit 1.3.5010%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,900 kB
  • sloc: cpp: 85,772; python: 5,528; sh: 1,364; javascript: 919; ansic: 573; makefile: 204
file content (22 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#Please use this template for adding new manual-tests to ensure a consistency.
#Text to be changed is enclosed in <<>>
#
#Please also note that Tests should test ONE THING ONLY. If you want to test
#more than one thing, write multiple tests. That helps us to automate them as
#well as execute them manually.
#
#If you're testing purely visual changes, please make sure you link to a
#reference image or add it to the bzr repository.

<<Test Summary>>
----------------------------------------------------
<<Test Case Description>>

Setup: 
<<What needs to be done prior the test execution>>

Actions:  
<<Step by step description of the test-case>>

Expected Result:
<<What is the correct behaviour and correct outcome of "Actions">>