A drawback of _______ testing is that it might not always replicate real-world user interactions and scenarios.
- monkey
- regression
- system
- unit
Monkey testing involves applying random inputs without specific test cases or scripts. While this can find unique and unexpected defects, a drawback is that it might not always mimic real-world user interactions and scenarios, potentially missing out on some critical user-centric bugs.
Loading...
Related Quiz
- In a typical test organization, which role is primarily responsible for finding and reporting defects?
- Which of these tests is typically performed by real users in a real environment?
- In a scenario where a company is launching a product globally, which kind of testing would be crucial to ensure the application's design is culturally appropriate and universally intuitive?
- Which testing technique relies heavily on the tester's intuition and experience without any predefined test cases?
- The black-box testing technique which is specifically based on system models, such as state-transition diagrams or flowgraphs, is called _______ testing.