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
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Why is it recommended to close the database connection every time after the work is completed?
Which operator can be used to check if two numbers are equal or not in vbscript?
How can you destroy an object in vbscript?
who will create the object?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
Mention what is the technology used by vb script?
How can you fetch the value of a cookie?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Mention what are the rules to name variable in vbscript?
What are the special sub-types in vbscript?
How to open a file. What is the perpose of true and false mode there?
what is the difference between modular and data and keyword driven framework
What is vbscript language used for and which earlier language is it modeled upon?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.