GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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?


October 10, 2008 05:23:50 #1
 pallavi.online   Member Since: February 2008    Total Comments: 7 

RE: Verifying test results
 
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.
 
     

 

Back To Question