What is the difference between Global and Local Data
Sheets?
Answer Posted / gangadhar
global sheet can be used by any action in the test script
file,local sheet can be used only by that action
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Connect to QC using AOM.
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
What is an optional step in qtp ?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What is the use of text output value in quicktest professional?
What is the virtual object?
Do you know how to connect database? Can you tell me the procedures?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Discuss quicktest professional environment?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
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