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
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Explain advantages and disadvantages of ddf?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is the virtual object?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
What is Distributed testing? How does UFT support it?
How to data driven test for Win objects in QTP ?
Define Canvas view of UFT?
how to post xml data from QTP scripts to any application?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
Explain in brief about the quicktest professional (qtp) automation object model?
To which environments does quicktest professional supports?
How to capture all the data of a webtable, weblist and combolist using QTP?
How do you open adobe acrobat file in QTP and do some testing on that file ?