@@ -106,7 +106,7 @@ Automated tests can also be executed locally, as the sources and binaries are av
106106Failing test cases during re-execution can be reported following the guide :need: `gd_temp__problem_template `.
107107
108108During a release, for any non-executed test case, the reason for non-execution must be documented in the
109- :need: `wp__platform_sw_release_note ` or :need: `wp__module_sw_release_plan ` depending on the level (unit to platform) of the test case.
109+ :need: `wp__platform_sw_release_note ` or :need: `wp__module_sw_release_note ` depending on the level (unit to platform) of the test case.
110110
111111Execution of manual test cases
112112^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -122,18 +122,18 @@ Also manual test cases are written following the :need:`gd_guidl__verification_s
122122A tag `manual ` is suggested to mark the test case as manual, so that it can be filtered out from automated test execution.
123123
124124In case a manual test case is not executed for a release, the reason for non-execution has to be documented in the
125- :need: `wp__platform_sw_release_note ` or :need: `wp__module_sw_release_plan ` depending on the level of the test case.
125+ :need: `wp__platform_sw_release_note ` or :need: `wp__module_sw_release_note ` depending on the level of the test case.
126126
127127Reporting of failing test cases
128128-------------------------------
129129
130130Any failing test case requires an ISSUE.
131131
132- The passing rate of safety-critical test cases need to be 100% in order to release the affected component.
132+ The passing rate of safety-critical test cases needs to be 100% in order to release the affected component.
133133In case of a lower pass rate than 100% for QM level tests, the :need: `rl__project_lead `
134- can decide, if the platform is in a releasable state. The accepted minimal pass rate is defined
134+ can decide if the platform is in a releasable state. The accepted minimal pass rate is defined
135135in the :need: `wp__verification_plan `. Due to the high degree of automation, it is recommended
136- that a pass rate lower 95% is not acceptable. This percentage may increase with the maturity of
136+ that a pass rate lower than 95% is not acceptable. This percentage may increase with the maturity of
137137the overall platform and the test coverage.
138138
139139In case an existing test case is failing due to regression in the CI, the PR author in their role as
0 commit comments