Tell about automation object model(Aom) in qtp?
Answer Posted / srinivasulu thatavarthi (94903
Aom is the automate the qtp,Functions,Libraries,and Object Repositories.ini..etc now i am writting aom script Launch QTP,Minimized qtp,maximized qtp, and close the qtp
dim qtapp
set qtapp=createobject("QuickTest.Application")
qtapp.launch
qtapp.visible=True
qtapp.windowstate="minimized"
qtapp.windowstate="maximized"
qtapp.windowstate="minimized"
qtapp.windowstate="maximized"
qtapp.quit
write that script on notepad and save .vbs file u can click that script automate qtp and close the qtp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How may types of defects identify application or your currently working application?pls give me answer..
Describe synchronization point.
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How will you check a web application for broken links using qtp?
What is the file extension of the code file in qtp?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
Can any suggest me what is exposure testing?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
when u script reveiwing in which area u more concentrates?
What is the expert view?
what are the mandatory properties for a tex boxc (scenario?)
What are the differences between quicktest professional and winrunner?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
What is RTM (require ment tracebulity marix) fromate?