Verifying test results

How do you verify the test results and How do you proceed when you do not get the expected results?

Questions by Sritej

Showing Answers 1 - 6 of 6 Answers

We need to check whether Expected Result coresponding to Test case mentioned in Test Case Document is same as Actual Result.If they are same then Test Case passes and if they are not same then we have to see what is different and why it different.
After narrowing down, we need to raise a defect and map that defect to a Test case.
 

Test Results is verified through by executing the Test Steps with the required environment setup. once the expected result meets the actual, the test result status is reported as "Passed"
if the expected results is not get then mentioned the status as "Failed" and make note about the bug in bug description and report  in Bug Report

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions