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
How to use parameterization in qtp?
Explain more about the Test Fusion Report of QTP?
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 the flaws in water fall model and how to overcome it?
How will you test a keyboard?
How to data driven test for Win objects in QTP ?
Whats the realtime QTP testing process
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
after click on compose mail how can we attached a file in qtp with vbscript code
Where to use Property Let, Property Get, Property Set in UFT
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
How to create a standard checkpoint ?
How to test login module with different username and password by using data driven testing in QTP?
What is checkpoints for quicktest professional?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up