Explain the arrays in vb script?
How will you get a subset of a array in vbscript?
What are the disadvantages of vbscript?
In what way program "hello world" you can write in vbscript?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
What is the use of the formatdatetime function in the vbscript language?
int a=4857 i need output as 7584.without using any inbuild function?
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
What are the 2 ways to pass a value to the function?
Explain about the asc function?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
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")
how to find greatest of n numbers!