Answer Posted / guest
Oracle,MS-Access, SQL Server
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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.
How to create runtime property for an object?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Which functionalities of QTP used in banking project?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
How to export quicktest professional results to an .xls file?
Explain the differences between table and db checkpoints?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
how to do the batch testing in test director using manual testing procedure?
Does QTP record on Objects created on XWindows Environment?
What is qtpro? What is a quick test professional?
What is synchronization? What are the ways you can synchronize?
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.