What are the types of Object Repositories in QTP?

Answer Posted / shenaz

Local Repository - If you are using local repository, you
can able to run the test only from where you developed it.

Shared Repository - If you are using shared repository, you
can run the test from any pc are shared pc.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of Object Repository?

585


How to delete an object from the object repository?

589


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

567


we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?

1630


whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

1562






What will be happen if i load object repository at run time, but it has already associated.

1255


what is the difference between development and testing

2366


How many ways we can parameterize data in quicktest professional (qtp)?

581


What is the virtual object?

636


This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?

1463


I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error

2346


what is profile tool?

1602


What is the use of text output value in quicktest professional?

506


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3607


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?

608