Skip to content

Commit 5065c33

Browse files
pahmannPandaeDo
authored andcommitted
Add manual test execution to verification guide and concept
Signed-off-by: Philipp Ahmann <[email protected]>
1 parent 7481044 commit 5065c33

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

process/process_areas/verification/guidance/verification_guideline.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,18 @@ In order to check the test results for the impact of a change or addition, it is
9696
execute affected test cases locally upfront using the execution framework of the build tooling
9797
following basically the steps the CI does locally.
9898

99+
Automated tests can also be executed locally, as the sources and binaries are available for re-execution.
100+
Failing test cases during re-execution can be reported following the guide :need:`gd_temp__problem_template`.
101+
102+
103+
Execution of manual test cases
104+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
105+
99106
There may be the need for limited number of manually executed test cases.
100107
These manually executed test cases are execution script driven, where a script guides through the
101108
test cases and reports the result in the same logging format as automated tests do.
109+
This enables parsable execution logs which can be used in automated test result collection.
110+
Failing test cases during manual execution are reported by following the guide :need:`gd_temp__problem_template`.
102111

103112
Reporting of failing test cases
104113
-------------------------------

process/process_areas/verification/verification_concept.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Also their execution may differ whether it is a QM or ASIL rated test case.
124124
The rigor is described in the implementation of :need:`wp__verification_plan`.
125125

126126

127-
Automated test cases should contain further information about which methods have been applied.
127+
Automated test cases (as well as manual, where applicable) should contain further information about which methods have been applied.
128128
The corresponding guidance is given here: :need:`gd_guidl__verification_guide`.
129129
The identifier of the respective method is to be used as meta data (*TestType* and *DerivationTechnique*).
130130

0 commit comments

Comments
 (0)