Podcast
Questions and Answers
Match the following with the corresponding test case design technique: Standards compliant strategy
Match the following with the corresponding test case design technique: Standards compliant strategy
Equivalence class partitioning = Regression averse strategy Error guessing = Process compliant strategy Decision tables = Model-based strategy Boundary value analysis = Scrum/Agile testing
Match the following with the corresponding test case design technique: Process compliant strategy
Match the following with the corresponding test case design technique: Process compliant strategy
Error guessing = Regression averse strategy Decision tables = Scrum/Agile testing Boundary value analysis = Model-based strategy Equivalence class partitioning = Standards compliant strategy
Match the following with the corresponding test case design technique: Model-based strategy
Match the following with the corresponding test case design technique: Model-based strategy
Error guessing = Scrum/Agile testing Decision tables = Regression averse strategy Boundary value analysis = Standards compliant strategy Equivalence class partitioning = Process compliant strategy
Match the following with the corresponding test case design technique: Regression averse strategy
Match the following with the corresponding test case design technique: Regression averse strategy
Signup and view all the answers
Match the following with the corresponding test case design technique: Scrum/Agile testing
Match the following with the corresponding test case design technique: Scrum/Agile testing
Signup and view all the answers
What is the importance of considering the subject matter of the application under test in test case design?
What is the importance of considering the subject matter of the application under test in test case design?
Signup and view all the answers
Why might Equivalence Class Partitioning not be suitable for health and safety-critical applications?
Why might Equivalence Class Partitioning not be suitable for health and safety-critical applications?
Signup and view all the answers
What is Error Guessing in software testing?
What is Error Guessing in software testing?
Signup and view all the answers
How can QA professionals implement Error Guessing?
How can QA professionals implement Error Guessing?
Signup and view all the answers
Which test case design technique is useful for regression testing in areas where bugs have historically clustered?
Which test case design technique is useful for regression testing in areas where bugs have historically clustered?
Signup and view all the answers
Apart from negative test cases and Equivalence Class Partitioning, what other techniques can expert testers use to enhance test coverage?
Apart from negative test cases and Equivalence Class Partitioning, what other techniques can expert testers use to enhance test coverage?
Signup and view all the answers
What do decision tables catalog in software testing?
What do decision tables catalog in software testing?
Signup and view all the answers
When should testers move on to using decision tables, state transition testing, and cause-and-effect diagrams?
When should testers move on to using decision tables, state transition testing, and cause-and-effect diagrams?
Signup and view all the answers
What is the key factor in selecting the appropriate testing approach for automation tests?
What is the key factor in selecting the appropriate testing approach for automation tests?
Signup and view all the answers
Why is having programming skills important for automation testing?
Why is having programming skills important for automation testing?
Signup and view all the answers