Google News
logo
Manual Testing - Quiz(MCQ)
Which is not true in case of sanity testing?
A)
Sanity test is usually unscripted.
B)
Sanity testing is High Level Testing.
C)
Sanity testing is a cursory testing.
D)
Sanity test is a narrow regression testing.

Correct Answer :   Sanity testing is High Level Testing.


Explanation :

Sanity Testing : Sanity Testing is a surface level testing that is performed by QA team. It is a subset of regression testing that follows narrow and deep approach with detailed testing to verify the build after performing some changes in code or adding new functionality. It is typically non-scripted and cursory testing to verify software application is working as per the client requirement.

Advertisement