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 |
Plz explain about Virtual object? What is the situation u r using , explain with example?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What are Error handling other than Recovery scenario manager?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How to capture a window in QTP?
please clarify the question ................. i know how to open the notepad file ? but i don't know how to enter the data into opened notepad ? Ex: set a=createobject("wscript.shell") a.run "Notepad.exe" please give the replay. my mail id is raju.ippali@gmial.com, 9823257761
will QTP 9.2 run successfully on Linux(gui) operating system
How can you handle exceptions in qtp?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance