What is the order in which the specifications for test cases, test conditions and test procedures are developed as a part of the test development process?
The order in which the specifications for test cases, test conditions and test procedures are developed as a part of the test development process is as follows:
Test Condition: A test condition is an item or event of a component or system that could be verified by one or more test cases, such as a function, transaction, feature, quality attribute, or structural element.
Test Case: A test case is a set of input values, execution preconditions, expected results and execution postconditions, developed for a particular objective or test condition, such as to exercise a particular program path or to verify compliance with a specific requirement.
Test Procedure: A test procedure is a document providing detailed instructions for the execution of one or more test cases.
Therefore, the correct order is test condition --> test case --> test procedure.
References: [Certified Tester Foundation Level Syllabus], Section 4.2.1 and Glossary
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit