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




May 05, 2006 05:14:40 #1
 Madhu   Member Since: Visitor    Total Comments: N/A 

RE: can anybody tell me the purpose of output checkpoi...
 

Validation can be done in three ways.

1. GUI testing: I will fetch the values from the application

2. DB Testing: I will write a query to fetch the values

3. Prameters Testing: The values(test data) as inputs parameters which i given to enter into the application.

You can use the function dataset

If (#1 is eq # 3 && #1 is eq #2)

{ Print sucess with the values}

Else

{Print failure the data is missing}

     

 

Back To Question