What is object repository?
Answers were Sorted based on User's Feedback
Answer / raju
Object Repository is a storage place for the object
properties while recording the application and QTP
recognizes objects at runtime with these properties stored
in Object Repository.
I am also new to QTP.Correct me if i am wrong.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / geena
Like to add to Raju's ans
At run time QTP read line by line each object and if real
time object properties matched the test passes, otherwise
the test fail.
| Is This Answer Correct ? | 1 Yes | 0 No |
in qtp how we work with out put values and what is the process?
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
How i can test the background color of the records displayed in a Table. Eg i have a .net desktop application and there is a Table(swftable) with records displayed in the grids. i have to validate whether the 1st record is displayed in white background color and 2nd record in light blue background color...But the constraints is that once user click on the first record...the background color changes to grey.......Plze let me now how to validate this with QTP 9.2.
Why to use descriptive programming?
w is recovery senario manager
I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
what is ODC and GDC?
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
How we know the qtp has used the smart identification process for identification of the object.