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
How the exception handling can be done using quicktest professional (qtp)?
How do you synchronization point through DP?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
Explain the parameter in qtp?
What is the difference between rational rose and QTP?
How QTP identify the system time that's changes every seconds?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
How to use reporter.report event in qtp ?
How to integrate the qualitycenter with qtp
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
Define object spy ?
What are the trigger events in qtp?