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  >  Tech FAQs  >  QTP

 Print  |  
Question:  can anybody tell me the purpose of output checkpoints in QTP. how u r testing the text data through text checkpoints. how u r testing text data in the webpage through parameterization. my application is web based application. my requirement is i am retriving the data from the database to webpage. i put text checkpoint on the text, but problem is the parameterization. can anybody help me with code. i will appreciate if anybody can say




June 06, 2009 04:54:52 #3
 ujwal99   Member Since: August 2006    Total Comments: 5 

RE: can anybody tell me the purpose of output checkpoints in QTP. how u r testing the text data through text checkpoints. how u r testing text data in the webpage through parameterization. my application is web based application. my requirement is i
 

Generally whenever we are working on an application, the application process moves from one task to the other task. Some times it is required that values generated in one task need to be passed on to another task.

Manually we can make note of this values from one task and use it in another task.

While we are working with QTP we can use output checkpoints to capture values from one task and provide it to subsequent task.

     

 

Back To Question