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 will you compare two strings in vbscript?
Explain what is loose binding? Why is it not a good practice to use it?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
how to increasing the numbers in a given text box please write a vb script
When does ‘on click of button’ event gets triggered in the vbscript language?
How to open a file. What is the perpose of true and false mode there?
How many types of operators are available in the vbscript language?
What are the 2 ways in which a variable can be declared in the vbscript language?
What is select case statement?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
What is purpose of scripting.filesystemobject class in vbscript?
What are the environments supported by vbscript language?
Mention what is vbscript?
Which in-built function is used to format the number in the vbscript language?
who will create the object?