Interview Question : What is the difference between SYSTEM TESTING and END-TO-END TESTING ?
Answer : Test Procedure is a part of Test Case document.It comprises of following three steps:
1. To verify the look and feel of AUT through GUI test cases.
2. To verify the positive behavior of AUT through positive test cases.
3. To veify the neative behaviour of the AUT through negative test cases.
Interview Question Category : Testing - General
|