How can i open 5 multiple browser at once through QTP VB
script
Answer Posted / panna lal jaiswal
We Can open as many as browser in QTP using Vb script at once
as:
Write the Below code in text pan & Click Run
for i=1 to 5
Systemutil.run"firefox.exe"
Next
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How to build scripts that access data from external sources?
When and why to use descriptive programming?
Is the qtp course will help to create a virtual object?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
How many add-ins comes by default with quicktest professional?
Explain different types of action in qtp?
Can launch two instances of qtp on the same machine?
How to save your test using quicktest professional (qtp)?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
Explain about datafile/verification of date file when file is not available in local system?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
What is an expert view and keyword view?
what is Property......End Property loop? how to write sript for it in QTP