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 |
What are the different attributes used with regular expression?
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically
How the smart identification is used in real time?Please explain with an example
I am not able to record yahoomail browser.its giving error like "The browser Application can't be launched .Posssibly the URL is wrong" So anyone can tell me what setting i have to do in qtp??
what is Supplemental Objects ?
write a script to verify the image path(src property) of the images which are in web pages.
What is the main differece between QTP 9.0 and 9.2
Explain the concept of how QTP identifies object.
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
What is smart identification?