Tricentis Tosca 16.0 Released on Feb-2023 ----- UFT has been upgraded from UFT 15.0.1 to UFT One 15.0.2, Beginning at November 2020.

Saturday 18 February 2017

How to open a browser with google.com as url using VBSript & How to open a browser with google.com using UFT or QTP.

Syntax


Set Browser_Obj= Createobject("InternetExplorer.Application")

Browser_Obj.Visible = true

Browser_Obj.Navigate "www.google.com"

Set Browser_Obj = nothing


No comments:

Post a Comment

Note: only a member of this blog may post a comment.