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
What are the benefits of quick test pro(qtp)?
How many lines of code in each script of QTP?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Suggest and Define a solution for an application whose objects are not recognized by UFT?
what is test scheduleling?
how to prepared for first for the first interview?
Does QTP run in any environment?
What are the major/ important methods, functions in QTP we use realtime testing
how to convert 100 into hundred repees only and viceversa
what testplan contents and what test strategy contents,what is the diff b/w them
Can we run test with out adding object in object repository? How it is possible?
What is a programmatic description?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Where you get the run time data table?
What is quick test pro? What is a quick test professional?