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 BPT?
what is difference between Mandatrary proparties and Assistive proparties? Explain
write a qtp script to verify that the business price is twice the economy price in flight reservation window
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
How you know that a test case is a regression test case
What is the parameterization? Give one example?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is the method for maximize the application while we using Decriptive programming in QTP?
what are the Tools for version control?
Differentiate the two Object Repository Types of QTP.
Hello Everybody, Please tell me can we create Test Plan in QTP? This I am asking irrespective to integrating with Test Director.I mean is there any option to create Test Plan in QTP itself. Thanks, Gaytri
What is the difference between property and method?