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
How to declare an array in vbscript?
can anyone tell me the procedure of interview held in applabs
What is the main difference between function and sub-procedure?
when we use filter funtiom invb script(QTP)
who will create the object?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
What are the uses of vb script?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
What are the differences between sub procedures and function procedures?
How to Import data from a file (file is on the desktop) to the data table
Which function is used to perform string comparison?
What is the use of the formatdatetime function in the vbscript language?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
give me any information abou vb script books learn quckly
What is the output of a + b in vbscript if a = 5 and b = 10?