What is AUT in object reposity in QTP? Why we use it in
Object repository???What is full form???????
Answers were Sorted based on User's Feedback
Answer / naresh
AUT means ......Application Under Test. Object Repository
does not contain AUT,But it contains the objects of the
application. we can use these objects for identification
purpose.
| Is This Answer Correct ? | 20 Yes | 5 No |
Answer / geena
When u record a QTP idendifis the object of the AUT and put
in the object repository. So ObjRepo is the storage for
objects of AUT. When u playback QTP read line by line from
ObjRepo and compares with the AUT.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / raghu romeo
AUT means ......Application Under Test. Object Repository
does not contain AUT,But it contains the objects of the
application. we can use these objects for identification
purpose.
Hope I replied to ur query. If not then u can just go to
hell.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / sureshsinghbhandari
Quick Test stores the definitions for application objects in a file called the Object Repository. As you record your test, Quick Test will add an entry for each item you interact with. Each Object Repository entry will be identified by a logical name (determined automatically by Quick Test), and will contain a set of properties (type, name, etc) that uniquely identify each object. Each line in the Quick Test script will contain a reference to the object that you interacted with, a call to the appropriate method (set, click, check) and any parameters for that method (such as the value for a call to the set method). The references to objects in the script will all be identified by the logical name, rather than any physical, descriptive properties.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / prasanna
AUT stands for Application Under Test
AUT objects available in Object Repository,
Objects in Object Repository is used for identifying the
objects in runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
how do we add a new sheet to data table in QTP?
How to use the object spy in quicktest professional 8.0 version?
How function returns a value?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
Hi all, Recently i faced this question in infosys What is QTP architecture?? Is Architecuture and Framework are same?? Can someone please give clear understanding of this.
How should i get name of the screen? Ex:There is a "submit" button.If i clicked on the submit button it opens a screen. I want that screen name.How can i get that screen name I dont have any property regarding that screen. If suppose we cliked on the screen , Then QTP captures the screen properties then i can get the screen name by using GETROPROPERTY But i want the screen name without clicking the screen. ("I am using the "settoproperty" for Second screen by using fist screen properties") Please tell me anyone
Did you face the problem, changing the properties of an object in Run Time?
Get the count of files of similar types from a folder.
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
what all are the coverages , explain ?