For what purpose to we use object repository in a
application?also explain usage of obj.repository?
Answers were Sorted based on User's Feedback
Answer / babu
Hi,
Whenever the user records the script, the objects logical
names and its descriptions will be stored in object
repository. When the user runs the recorded script, tool
tries to find the same test object in Object repository to
execute. If the tool is unable to find the particular
object in object repository, it will fail.
Without using object repository also, user can write
scripts which will be called as Descriptive programming.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ram
Object repositories are used to maintain the logical data of
n-number of objects.N-number in the sense not infinity.But
so far i heard that we can store 5000 objects in a single
object repository.
Based upon on the type of
recording(context-sensitive,analog,low level) the properties
of the object are recorded and stored in the Object repository.
When the script called for playback then according to the
script the object is identified in the object repository and
runs the script smoothly.If any object is missing in the
object repository then the script fails to playback.
Obj. repository are broadly classified into two types
1)per action obj.repository
2)Shared object repository
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / radhika
Whenever the user records the script, the objects logical
names are stored in Object Repository,
When the script called for playback then according to the
script if object is identified in the object repository it
runs the script. If any object is missing in the
object repository then the script fails to playback.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the script to select 2 or more than 2 options from a listbox.
we r conduction testing on a project USING QTP, regarding that project the object repository is full ? Till that project having objects that r not recognised by repository, then what wil you do? How we wil recogine remailning objects? Is it possible to maintain another shared(or)peraction repository? what is the maximum capcity of object repository? How the technical people decide this much object repository is enoughf for this project?
What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
How i can change shared repository to per test repository in qtp
Explain about the Test Fusion Report of QTP?
from what stage you will start automation in your project
Explain about the test fusion report of quicktest professional?
write a script to verify the image path(src property) of the images which are in web pages.
Where the text version of script file located in file system?
Why qtp the best testing tool?