where the object repository is located?how to choose the
object repository as shared or action object repositories?
Answer Posted / c.chaitanyakumar
Object Repositary is located at toolsmenu---->Object
Reportory, it is stord behalf the tool. object Repositaries
are two types
`1.Shared Object Reporsitary
2.Per-Action Object Repositary
Shared is used for store the object for entire Application,
maans. its create only one object Repositary for entire
application.
Per-Action is created individual Object Repositaries for
each action in Test.
if you want to change the object repositary (per-action to
shared or shared to peraction) at the time of creating new
Test only.
Navigation: Test menu--->Settings--->ResourceTab---> Object
Repositary(here we can change the per-action to shared
object repositary vice-varsa)
Note:
We can't change object Repositaries of exist tests from per-
action to shared Object Repositary vice-varsa
Note:
we can call the actions at that time calling and called
action having same object repositaries. otherwise it does
not support.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are table and db checkpoints?
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
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
What is synchronization? What are the ways you can synchronize?
How to break the object spy ?
what is output value in QTP and how it can be used in automation testing
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
wt is the use of multiple questions in QTP
Explain the differences between table and db checkpoints?
What are the different types of functions available in qtp and explain ?
UFT 12.02 which ALM version will support
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Explain object spy in qtp.