What do you do if QTP doesn't recognize object ,what action
should be taken
Answer Posted / mohan
I think we can go for descriptive programing...
suppose the OK button in Login dialog is not recognised
then write description of OK button as below
Set MyDescription = Description.Create()
MyDescription("text").Value="OK"
.
.
.
script:
"Login").WinButton(MyDescription).click
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
give me the code to save all messages of inbox of gmail into a folder and notepad
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
What is a checkpoint? How many check points are there in qtp?
Explain the differences between table and db checkpoints?
What are the 3 main stages involved in testing with qtp?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What is the pros and cons between QTP and Rational Robot
What are advantages of test automation?
Explain the concept of object repository and how qtp recognises objects?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
how to test use the quality control .how to verify the image verification
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
How to analyzing test results using quicktest professional (qtp)?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?