ISTQB-CTFL · Question #82
Which of the following s the most correct statement about state testing techniques?
The correct answer is A. Static techniques can be used before all code is ready for execution. State testing techniques are a type of dynamic testing techniques that are based on the behavior of the system under test for different input conditions and events. Dynamic testing techniques require the system to be executed with test cases, whereas static testing techniques…
Question
Which of the following s the most correct statement about state testing techniques?
Options
- AStatic techniques can be used before all code is ready for execution
- BStatic techniques find more detects then dynamic techniques.
- CStatic techniques can be used by inexperienced users.
- DStatic techniques are always cheaper than dynamic techniques.
How the community answered
(37 responses)- A89% (33)
- B3% (1)
- C5% (2)
- D3% (1)
Explanation
State testing techniques are a type of dynamic testing techniques that are based on the behavior of the system under test for different input conditions and events. Dynamic testing techniques require the system to be executed with test cases, whereas static testing techniques do not. Static testing techniques can be applied before the code is ready for execution, such as reviews, inspections, walkthroughs, and static analysis. Static testing techniques can help find defects early in the development process, improve the quality of the code, and reduce the cost and effort of dynamic testing.
Topics
Community Discussion
No community discussion yet for this question.