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

how to identify an object which is not in the object repository identification can be done using descriptive programming.

2 Answers  


where the log files stored when using QTP? plz send answer to me ........

1 Answers  


Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?

1 Answers  


The xls contain data. how to get number of columns form the sheet?

4 Answers   Virtusa,


Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?

1 Answers  






Can we do Load Teting with QTP?

12 Answers  


Where we can use the analog mode and where we can use the low – level mode?

0 Answers  


What the genaric function to connect Sql Server using Sql Server Authentication and Windows Authentication

1 Answers  


what is defination of regression testing?

3 Answers  


where did you automate in your project?(please tell me example senarios)

2 Answers  


What are the types of data tables in qtp?

0 Answers  


How to map Test cases to the script? Please do anwser urgently?Thanks

3 Answers  


Categories