Micro Focus QTP (UFT) Forums

Full Version: Changing default browser
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have a scenario where I need to test multiple browsers (i.e., IE,Firefox). Is there a way to change this using Vbscript before I kick of the test?
Use Syetem.Util to launch different applications(browsers) but make sure that your qtp version is compatible wtih Firefox.

Correct me if wrong.

Regards,
Sankalp
hii sshukla12...

U r wrong...I mean D concept is right but d command is wrong...

It will be SystemUtil.Run..

------------
Thanx.
Sorry yaar....
I thought it will help you....I haven't paid attention to syntax..
Good learning for me...THNKS
Thank you both for your replies. I am aware of the SystemUtil.Run. I was hoping there was possible another alternative.
well u need to test in both browser at a same time???i mean in a same run session u want to test wid different browser???

Or two separate session for two different browser????

If ur need is d first one, thn u can use "Creationtime:=0" property for first browser and "Creationtime:=1" for 2nd browser....it will work....


And if ur need is 2nd one, then SystemUtil.Run command is good enough for ur Case[/align]....


First verify whether ur QTP version support firefox or not..Coz as far as i know, QTP 11.00 is d only version which support firefox....

-------------
Thanx.