What are the methodologies adopted while performing maintanance testing?
-
Breadth and Depth test
-
Retesting
-
Confirmation testing
-
Sanity testing
A
Correct answer
Explanation
Maintenance testing employs two main methodologies: Breadth testing (testing across multiple areas to ensure changes haven't adversely affected other parts of the system) and Depth testing (thoroughly testing the specific changed area). Retesting and confirmation testing refer to rerunning failed tests after fixes, while sanity testing is a quick subset of regression testing.