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 |
How will you check a web application for broken links using qtp?
What is the difference between QTP 8.2 and QTP 9.2 ?
what r the send key commands in QTP why they r used
What are the recording modes in wave event?
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
Can anybody send me the code to get the RO property of the active screen in QTP while running?
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
keyword driven framework having how many folders? explain folders in detail?
how i will connect oracle or microsoft acess database through manually written Script
what is the difference between image and bitmap check point
whare exactly we have to use functions and sub routain
I have 1 to 10 action are there, i want action1 output becomes to action 10 input? pls any can give script for this scenario?