Question:how many types of repositories in QTP9.2?and explain??
Answer Posted / latha
Test objects can be stored in two types of object
repositories—a shared object repository and a local object
repository.
A shared object repository stores test objects in a file
that can be accessed by multiple components (via their
application areas) in read-only mode.
A local object repository stores objects in a file that is
associated with one specific component, so that only that
component can access the stored objects
u can study more in QT User guide
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
How to do call a output parameter from one action to another action??/
How does you pass optional arguments in qtp?
When you open QTP, how many sheets you can see?
Explain different types of checkpoints?
How to handle dynamic objects in quicktest professional?
What is parameter in qtp?
Explain the terms test and business component?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Where you are storing your script?
How to analyzing test results using quicktest professional?
what type of automation is follwed in the project?
What are the types of object repositories? Which one is you are using?
Step 3&4 are repeated until an the object in recognised uniquely.