The black-box testing technique which is specifically based on system models, such as state-transition diagrams or flowgraphs, is called _______ testing.
- Boundary Value
- Functional
- Regression
- State-transition
State-transition testing is a black-box testing technique that's based on system models. It uses state-transition diagrams or flowgraphs to capture system behavior. Test cases can then be designed to cover state transitions, ensuring that the system behaves as expected when transitioning from one state to another.
Loading...
Related Quiz
- In the context of WCAG guidelines, what does Level AAA conformance mean?
- The selection of appropriate tools for automated testing largely depends on the _______.
- Which advanced black-box testing technique involves testing the application by understanding its functionality and without knowing its internal structures?
- Imagine you're leading a testing project. Halfway through, a key member of your testing team resigns, and there's a risk of project delays. Which risk response strategy are you likely to employ?
- The bug status that signifies that the bug is currently being worked upon to be resolved is termed as _______.