how to associate object repository during runtime in qtp
Answer Posted / yadagiri
Dim qtpApp
Set qtpApp = CreateObject("QuickTest.Application")
Dim qtpRepositories
Set qtpRepositories = qtApp.Test.Actions("Main").ObjectRepositories
qtpRepositories.Add("D: s.tsr")
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you create regression test packs?
What is the basic concept of quicktest professional?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
How often were they executed?
What is business process testing(bpt) in qtp?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
What does it mean when a check point is in red color? What do you do?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
How to recognise the webelement and verifying that webelement is enabled?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How to creating an output value using quicktest professional?
How does qtp recognize objects in aut?
How many types of parameters are available in quicktest professional (qtp)?