How to use QTP Object in .vbs(vbscript file) file
Ex: Browser().., wait(), exist() and etc...
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of Data base check point ?
In what way program "hello world" you can write in vbscript?
How will you convert a given number to long in vbscript?
Explain the tristate constants in vbscript?
Mention what is the main difference between function and sub-procedure?
What are the different types of loops available in the vbscript language?
write a vbscript for traffic signal
Explain about tristate constants?
Explain about adodb.stream class?
what do you mean .ota mobile format
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
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")