how to associate object repository during runtime in qtp
Answer / 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 |
What is the difference between Call to Action and Copy Action?
Out of 3 recording modes. 1.Standard 2.Analog 3.Low-level, which one is commonly used. As per my knowledge, Analog is used for Graphs , barcoding or DIgital signatures.
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
How are actions and functions different in QTP?
How should I check my code( Before going to execute) without executing the script in QTP
How can you identify the browser and its information using QTP script?
wt is playback facilityin qtp?
How do you test siebel application using qtp?
how you update scripts in qtp?
explain all the check point in QTP?
Can abody explain me Send keys concept
Suppose I want fail that check point? How can you do that?