nerdexam
ISTQB

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…

Static Testing

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)
  • A
    89% (33)
  • B
    3% (1)
  • C
    5% (2)
  • D
    3% (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

#static testing#dynamic testing#static techniques#test comparison

Community Discussion

No community discussion yet for this question.

Full ISTQB-CTFL Practice