🎴 Flashcard Mode
Software Testing Automation Tools and Concepts
Card1 / 16
Mastered0
Review0
QuestionClick to flip
The specification which describes steps required to operate the system and exercise test cases in order to implement the associated test design
AnswerClick to flip back
A
Test Procedure Specification
💡 Explanation:
Test Procedure Specification describes the detailed steps required to execute test cases. It specifies how to operate the system and exercise test cases to implement the test design. Test Case Specification defines individual test cases, and Test Design Specification defines the overall test approach.