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
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
when u script reveiwing in which area u more concentrates?
What is difference between run time object and test object?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What is the Difference between copy to action and call to action?
How can you identify the browser and its information using the qtp script?
Explain in brief about the quicktest professional (qtp) automation object model?
give me the code to save all messages of inbox of gmail into a folder and notepad
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
How many tabs are available to view your test in a test pane and what are they?