GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  QTP
Go To First  |  Previous Question  |  Next Question 
 QTP  |  Question 55 of 668    Print  
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

  
Total Answers and Comments: 4 Last Update: July 17, 2009     Asked by: manoj_k3 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 18, 2006 05:14:40   #1  
Madhu        

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}


 
Is this answer useful? Yes | No
September 07, 2008 23:52:35   #2  
KishoreKomarneni Member Since: August 2008   Contribution: 2    

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
Using output checkpoint we can capture the value and we can compare with runtime value.
 
Is this answer useful? Yes | No
June 16, 2009 04:54:52   #3  
ujwal99 Member Since: August 2006   Contribution: 6    

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.


 
Is this answer useful? Yes | No
July 15, 2009 04:26:27   #4  
ramu6309 Member Since: July 2008   Contribution: 10    

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
The Main purpose of the text checkpoints is to verify the text with the Actual text. You can use checkpoint with parameterisation also.Eg: Suppose there are 100 Rows belongs having Text to verify in your database
TextOnApplication XYZ

For i 0 to RowCount-1

If Instr(UCase(Trim((Row(i).Text))) XYZ Then

Log.Message Text Is Matched

Else

Next

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape