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
what is actually contain test report? can anybody post the test report
What are the views available in qtp?
Can we run multiple QTP scripts one after the other without manual intervention? How?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
Tell some commonly used Excel VBA functions?
How does qtp recognize objects in aut?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Explain about the quicktest professional (qtp) automation object model?
Why is action split used by qtp?
How many types of run modes are there in qtp?
Your roles and responsibilities and daily tasks? (As automation tester)
What is meant by Output Value in UFT?
How to give a call to another action from one action?