hi i am new to qtp i need to run all files by a batch
what is the procedure and what are following actions to be
take?
Answer / guest
Go to Start->Programs->QTP->Tools->Test batch runner->select
batch and open test and then add the tests that you want to
run in your batch test and then click Run or F5.
| Is This Answer Correct ? | 1 Yes | 1 No |
what is option explicit? what is the use of it?
we have 10 actions in out test how can we convert 9th action is main action ? how ?
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
what are the utilities and drivers
Explain about the Test Fusion Report of QTP?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.
1. Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). 2. Using descriptive programing, how do you handle changing URLs. Pls anyone, very urgent
How to create runtime property for an object?
Hi, I am new to QTP testing and was exploring the frameworks used for automation. I wanted help in writing various scripts and files for keyword driven automation like 1. Control File 2. Test Case File 3. Startup Script 4. Driver Script 5. Utility Script . etc It would be great if someone can give help in this context ... Thanks
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?