In Model-Based Testing, what is primarily used to generate test cases?
- Historical test cases
- Models of the system under test
- Test Data
- Test Scripts generated by manual testers
Model-Based Testing primarily uses models of the system under test to generate test cases automatically. These models can include various representations of the application, such as state diagrams or flowcharts. By leveraging these models, testing teams can efficiently create test cases, ensuring comprehensive coverage and reducing the manual effort required for test case creation.
Loading...
Related Quiz
- In C# .NET, what is the NUnit framework primarily used for in test automation?
- What is a common characteristic found in successful automation testing case studies?
- The __________ framework in automation testing helps in separating the test script logic from the test data.
- __________ testing assesses how an application behaves under extreme conditions of load and stress.
- The process of __________ involves revising and restructuring existing code without changing its external behavior.