How to use custom checkpoints in QuickTest Professional?



How to use custom checkpoints in QuickTest Professional?..

Answer / 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

More QTP Interview Questions

What is the main difference between desriptive programming and generic functions

2 Answers   HCL,


what is the Exact Meaning of Environment Variables?

10 Answers   AppLabs,


Define object spy ?

0 Answers  


What is synchronization point in QTP?

0 Answers  


What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...

5 Answers   Navis,






What is Environment Variable and when we apply this in QTP?

4 Answers  


Mention the different actions types of qtp.

0 Answers  


How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined

0 Answers   Livetek,


Give me an example where you have used a COM interface in your QTP project?

1 Answers  


Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?

2 Answers  


what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?

6 Answers   Quintegra,


How we can do Batch testing in QTP?

6 Answers   Kanbay,


Categories