How to write Descriptive programming in .VBS file
i wrote this code but it is giving error..
Dim qtApp
set qtApp=createobject("QuickTest.Application")
qtApp.Launch
qtApp.Visible=True

Set objIE = CreateObject("InternetExplorer.Application")
objIE.visible = True
objIE.Navigate "www.gmail.com"

browser("title:=gmail").title("title:=gmail")

Answer Posted / santosh.qtp

i am able to open a browser...
but i am not able to user browser object and wait object in
.vbs...

Please tell me how to use the qtp objects in .vbs file ...

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

give me any information abou vb script books learn quckly

1657


Which operator is used to concatenate the 2 values in the vbscript language?

554


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

794


Explain about tristate constants?

583


Which in-built function related to an array joins substrings into one string in the vbscript language?

512






What are class variables?

612


How many types of operators are available in the vbscript language?

535


How will you get a string with the specified character the specified number of times in vbscript?

571


Explain some uses of vb script?

549


Mention how you can call vbscript functions?

581


What are the data types supported by vbscript?

578


What is the difference between vb debugger and the script debugger?

583


Explain about tristate constants in vbscript?

610


What is the difference between a dictionary and an array?

576


If else for do while select in vb script?

639