What the differences are and best practical application
of each.
Answer / sreeprasad
Per Action: For Each Action, one Object Repository is
created.
Shared : One Object Repository is used by entire application
| Is This Answer Correct ? | 0 Yes | 0 No |
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
There are some links on the web page,write a script to count and click those links and check the text on the page displayed on clicking the links.
difference between do while and do until ?
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
What is a runtime datatable ?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
What is VSS? Is it used in Automation(QTP) Or Manual? what is menus in VSS?
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
What is ObjectParamater?
How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.