in which case & which method we can use "native" property of
an object ?
Answer / pankaj jaju
There are times when QTP doesn't give you "ready-made"
functions/methods/properties which you may need in your
automation scripts. One simple example is, to know the
selected row in a java table, you would have to use native
object. For e.g., <javatableobject>.Object.getSelectedRow
| Is This Answer Correct ? | 0 Yes | 0 No |
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
By using QTP can we record any log files written by the application which is in execution?
What is Active Screen in QTP?
any body want to learn qtp with real time concept on Banking domain contact ciraaj@gmail.com
How to fetch web elements count from Google Page which contains letter "e"
What is the main differece between QTP 9.0 and 9.2
Explain script generated at the time of setting runtime property?
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?
What are the properties you would use for identifying a browser and page when using descriptive programming?
Have you used xml check point in your project? How?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?