06-01-2015, 02:15 AM
Hi Friends,
I am using licensed version of UFT 12.02 on Windows 8 machine.
Just to start with I did a recording of some activities using a web-site "www.geico.com" or "www.gmail.com" using UFT 12.02.
When run the recorded automation UFT script, it always launches our company default intranet set HOME page though I mentioned "www.geico.com" in the record and run settings.
Sometimes, it displays "invalid URL specified". Even I tried using simple vb code instead of automation like
but still, UFT launches our company's intranet set home page.
NOTE: Sometimes, it displays company default home page first then launches gmail.com. Still, it should not do and it should always launch whatever user has specified in the record and run settings.
Any inputs/ suggestions greatly appreciated.
Thanks
SB
I am using licensed version of UFT 12.02 on Windows 8 machine.
Just to start with I did a recording of some activities using a web-site "www.geico.com" or "www.gmail.com" using UFT 12.02.
When run the recorded automation UFT script, it always launches our company default intranet set HOME page though I mentioned "www.geico.com" in the record and run settings.
Sometimes, it displays "invalid URL specified". Even I tried using simple vb code instead of automation like
Code:
Systemutil.Run "Iexplore.exe", "www.gmail.com"
but still, UFT launches our company's intranet set home page.
NOTE: Sometimes, it displays company default home page first then launches gmail.com. Still, it should not do and it should always launch whatever user has specified in the record and run settings.
Any inputs/ suggestions greatly appreciated.
Thanks
SB