How can we make a shared object repository in QTP 9?
Answers were Sorted based on User's Feedback
Answer / m
hai abhesheke..the above answer for qtp 8.2 only..in qtp
9.0 this is the process--open the object repository
manager ..switch to file->save->give some name->save
as .tsr file. this is the global repository file..then go
to object repository->tools->associate repositorys-->click
+ icon-->open the previously saved tsr file..this is the
global repository file..ok..na..
Is This Answer Correct ? | 25 Yes | 5 No |
Answer / abhesheke
we can create our own shared object repository in Qtp
navigation for creating own shared object rep
test menu->test setting->resoures-> there u can option for
object rep types so we can create own shared rep there
any queries ping me
abhesheke@yahoo.com
Is This Answer Correct ? | 10 Yes | 6 No |
Answer / yogesh
Hi Friends,
I agree I worked with 8.2.
but regarding the same I am having one more question.
I created one script and recorded some think and save as
Test 1 and I followed the Steps given by the Ans. 2 for
making Shared Object Repository.
Now I created one more script and save as Test 2. In this
script I am calling script with the Help of "Call of
existing action" and I executed but QTP is not able to
execute due to it is not a shared Object Repository.
Please Let me know Why?
Once I made Script 1 as a shared Obj. Repository so it
wound give any Problem. Right?
Is This Answer Correct ? | 4 Yes | 4 No |
what is the difference between testing and debugging?
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?
Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com
what type of automation is follwed in the project?
How we can import data from database?
At a time how many users can access QTP?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
what is test scheduleling?
what is difference between wait and synchronization point.
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
what is recovery manager and recovey scenerio?
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.