| |
GeekInterview.com > Interview Questions > Testing > Software Testing
| Print | |
Question: Verifying test results
Answer: How do you verify the test results and How do you proceed when you do not get the expected results? |
| August 08, 2009 05:24:54 |
#2 |
| mathan_vel |
Member Since: December 2007 Total Comments: 350 |
RE: Verifying test results |
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
|
| |
Back To Question | |