Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is All object and Local object in Object Repositary?
Explain me please.

Answers were Sorted based on User's Feedback



What is All object and Local object in Object Repositary? Explain me please. ..

Answer / mallik

per action & shared

Is This Answer Correct ?    0 Yes 0 No

What is All object and Local object in Object Repositary? Explain me please. ..

Answer / vin

all-shared rpository
local-per action

Is This Answer Correct ?    0 Yes 0 No

What is All object and Local object in Object Repositary? Explain me please. ..

Answer / nath .t

Object Repositaries are two types they are:

1. Per-Action Object Repositary
2. Shared Object Repositary

Per-Action Object Repositary: This OR(object repositary)
generate for every particular Actions in Test. It's takes
large size.

Shared Object Repositary: This OR is generate for whole
Test. we can use OR in any action in test.

Note: we cann't change per-action OR to shared OR already
exits tests. we can change from per-action to shared OR at
first time only in

Test Menu-->Settings--> select Resources Tab here we
can change per-action to shared OR

Default OR is Per-Action OR

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Name the different types of recording modes?

0 Answers  


how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.

3 Answers   IBM, Questacon,


I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)

0 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

0 Answers   ADITI,


How to retrive the property of an object?

5 Answers  


what is the difference between DP and keyword driven framework?

1 Answers  


What is the difference between Functions and Action ?

1 Answers  


How to supress warnings from the "Test results page"?

4 Answers  


What are the properties you would use for identifying a browser and page when using descriptive programming?

0 Answers  


If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script

3 Answers  


1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

0 Answers  


How can we close all webbrowsers which are opened in out desktop?

3 Answers  


Categories