What is AUT in object reposity in QTP? Why we use it in
Object repository???What is full form???????
Answer Posted / 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 |
Post New Answer View All Answers
Where can I find and view run-time data table?
To which environments does quicktest professional supports?
write script for bitmap image?
Explain different types of action in qtp?
How do you create new test sets in td?
what QTP Options do you know?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Generic function to search for the unique link in webtable and click on it
What is keyword driven framework?
Why is Client side image is preferred over server side image?
What is quick test pro?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji