How can I access an object in another frame?
Find Out Length of an array without using Ubound?
Mention the environments where vbscript could be run?
Mention what is byref and byval parameters in vbscript?
Explain the asc function?
Which in-built function related to an array joins substrings into one string in the vbscript language?
What is Querystring collection?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
How can I get the value of an object property or variable in another frame?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
how to operate webobjects in a webpage using getobject function and then using generic methods?
What are class variables?
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")