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.