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
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
How to save your test using quicktest professional?
Why qtp the best testing tool?
What is the significance of “action 0” in qtp?
If created one virtual object? Next time I changed the window position will it work?
What is keyword view in qtp?
Have you done batch testing in qtp? If yes how you are doing?
What are the steps involved in the recovery scenario wizard?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is a checkpoint? How many check points are there in qtp?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How do you send email with attachment from outlook using qtp ?
Explain the checkpoint in qtp?
What is the parameterization? Give one example?