You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/test-plan/template.md
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -25,27 +25,27 @@ Basic Functionality Test 1
25
25
26
26
#### Scenario Description
27
27
28
-
<!--Verify the basic functionality of the feature. -->
28
+
<!--Describe the scenario of the test. -->
29
29
30
-
#### Expected Behaviour
30
+
#### Requirements
31
31
32
-
<!--The feature should perform its primary function without errors. -->
32
+
<!--What are the requirement(s) that the test should . -->
33
33
34
-
#### Requirements
34
+
#### Preconditions
35
35
36
-
<!-- What are the prerequisite requirements that will allow us to run the test? -->
36
+
<!-- What are the preconditions that will allow us to run the test? -->
37
37
38
38
#### Input
39
39
40
-
<!--Valid input data.-->
40
+
<!--What is the input of the test?-->
41
41
42
42
#### Output
43
43
44
-
<!--The feature should return the expected result without any errors.-->
44
+
<!--What output/result is expected to be produced at the end of the test?-->
45
45
46
46
#### Other
47
47
48
-
<!--More information, it could change the title (Other) as well, this is a placeholder for anything that needs to be added, it can also be deleted if not needed.-->
48
+
<!--Additional information, if applicable-->
49
49
50
50
---
51
51
@@ -57,22 +57,26 @@ Basic Functionality Test 2
57
57
58
58
#### Scenario Description
59
59
60
-
<!-- Verify the basic functionality of the feature. -->
60
+
<!-- Describe the scenario of the test. -->
61
+
62
+
#### Requirements
63
+
64
+
<!-- What are the requirement(s) that the test should . -->
61
65
62
-
#### Expected Behaviour
66
+
#### Preconditions
63
67
64
-
<!--The feature should perform its primary function without errors.-->
68
+
<!--What are the preconditions that will allow us to run the test?-->
65
69
66
70
#### Input
67
71
68
-
<!--Valid input data.-->
72
+
<!--What is the input of the test?-->
69
73
70
74
#### Output
71
75
72
-
<!--The feature should return the expected result without any errors.-->
76
+
<!--What output/result is expected to be produced at the end of the test?-->
73
77
74
78
#### Other
75
79
76
-
<!--More information, it could change the title (Other) as well, this is a placeholder for anything that needs to be added, it can also be deleted if not needed.-->
0 commit comments