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 Tools  >  QTP

 Print  |  
Question:  How to add a failure from a VBscript function to the results. how can I implement the functionality of checkpoint functionality from by VBScript. For Ex: I want to record a failure if some calculations evaluate to false.



February 02, 2006 07:04:05 #1
 asha   Member Since: Visitor    Total Comments: N/A 

RE: How to add a failure from a VBscript function to t...
 

Take the evaulation result in some varaible and now depending upon the result send the response in the result file through "Reporter function" of QTP

     

 

Back To Question