Using Object Repository is a advantage or disadvantage?

Answer Posted / ilayaraja

using object reposotory has more advantage. It has few
disadvantages also , it's based on scenario on which we are
going to automate.In our application , we are having same
kind of objects in different pages, during that time we can
use descriptive protgramming instead of having the same
object repetively in all the pages it ll consume more
space.bbut it's preferable to use OR in qtp.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of action?

642


How many types of run modes are there in qtp?

678


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

2517


What is a data driven test in qtp?

679


What is the latest version of qtp?

681






How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3557


Is it possible to switch between recording modes during a test creation?

680


Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?

1972


What are the various automation frameworks available in qtp?

607


How does you test a weblink which is changing dynamically?

641


Explain different recording modes?

676


how to find that tools work well with ur existing system?

1464


How does QTP identify an object?

690


how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?

1506


Explain the difference between call to action and copy action?

611