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 to compare source and target database in testing? Can anybody please tell me in detail the procedure how to compare it?
how to test globalisation testing using qtp? lets take an example: suppose i have to test the word is in hindi "ratikanta", how we test it by using descriptive programming or any method??
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
How to return a value from a fn, if it has more than one value how to return
Whenever i'm running 3 diffrent scripts in a Test Batch Runner as a batch. its not showing any result. QTP only runs all the scripts n nothing else. B4 running the test batch i have done all the settings, But still its not working.
what is defination of regression testing?
how will we run batch tests in qtp what is the process to run the multiple test sets?
What scripting language QTP of?
How to fetch web elements count from Google Page which contains letter "e"
What is contained in the object repository?
Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?
does test plan is in test strategy or test strategy is in test plan