Hi friends,
I have heard that it is required to have an application
hosted in the same machine where we use QTP. Otherwise QTP
may identify the objects incorrectly.
Please clear me is it true.
Answer Posted / nipun kumar
Hi Sanjeet,
Thanks for ur time and answer.
But my problem is , QTP is capturing no action on a
particular page in the application that I am trying to
automate. But on the same side its working fine on other
pages of the same application.
Can u please or some one else help me understand the reason
behind this inconsistency.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How smart identification works in qtp ?
What is difference between design time and run time data table?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Can we record using all the modes in a single script? Explanation with example is appreciated
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
How will you report the bug and explain the defect tracking sheet you handled?
what are the limitations of smart identification in qtp 9.0
Discuss the QTP Environment?
What is the difference between local and shared object repository in qtp?
If I change the object name in one action will it be updated in all the actions? Or not?
What is the syntax to call one script from another?
How many types of recording modes in qtp? Describe each type with an example where we use them?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
Is it possible to split an action? How?