Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to use custom checkpoints in QuickTest Professional?

Answer Posted / anupam mishra

Custom check points ara user specifice Check points,if we
want to check particular object/or its any property then we
make custome check points

Example
Function VerifyObjectExists(AppObject )
If AppObject.Exist Then
'Print "Object Exist"
VerifyObjectExists= "True"
Else
;Print "Object does not exist"
VerifyObjectExists="False"
End If
End Function
set Obj=dialog("Login").WinButton("OK")
VerifyObjectExists(Obj)

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between quicktest professional (qtp) and winrunner?

1114


How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet

2092


Step 3&4 are repeated until an the object in recognised uniquely.

2076


what is run-time data?

2236


What are the Application Functions available in QTP?

2109


How many types of recording modes in qtp?

1132


Explain the difference between check point and output value?

1066


What is post recovery scenario?

2351


Explain how Selenium is different from UFT?

1362


Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji

1446


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

1086


What is checkpoint in qtp?

1094


what is the advantages and disadvantages of using functions instead of re usable actions

2016


How to find the name of the machine where you are running your automation scripts in qtp?

1043


For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?

1081