if there r 10 windows open in QTP write a command to close
all 10 windows at a time ?
Answer Posted / srinadh
You can use the following function. or simply
SystemUtil.CloseProcessByName "IEXPLORE.EXE"
Public Function CloseBrowser()
SystemUtil.CloseProcessByName "IEXPLORE.EXE"
End Function
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Explain building blocks of the bpt framework ?
What is the standard timing delay for web based application in qtp?
Can we create a qtp test from qc?
describe some problems that u had with automating testing tool?
How does qtp identify objects in the application?
How to add verification steps to tests?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
Which features or drawbacks of QTP lead to the upgrade for a newer version?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
Brief the process of testing with UFT?
What is environment variable in qtp and why to use it?
What contains Data Driven Framework document in qtp?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?