Which of the following is a characteristic of Exploratory Testing?
- Adapting to evolving test scenarios
- Repeating the same tests in every iteration
- Strictly following predefined test scripts
- Systematic and structured testing approach
Exploratory Testing is characterized by adapting to evolving test scenarios. It emphasizes flexibility and allows testers to adjust their testing based on real-time observations. Unlike scripted testing, exploratory testing does not strictly follow predefined test scripts.
Loading...
Related Quiz
- Scenario: During testing, a defect is discovered where the system crashes upon entering certain input data. What would be the appropriate severity level for this defect?
- In which phase of the software development lifecycle are Boundary Value Analysis and Equivalence Partitioning most commonly applied?
- What factors might influence the priority of a defect in the Defect Lifecycle?
- Scenario: A government agency is deploying a new system to process sensitive citizen information. How can functional testing be leveraged to ensure compliance with data privacy regulations?
- Scenario: A healthcare software vendor is preparing for a security audit. During functional testing, it is discovered that user authentication mechanisms are susceptible to brute force attacks. What should be the immediate action?