1. How do declare public variable in vb scripts?
No Answer is Posted For this Question
Be the First to Post Answer
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How will you get a combined string from array of string in vbscript?
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
what is test scenario?
How to throw an error in vbscript?
what is the object hyrarchy in QTP for a web based application
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Is vbscript language a case-sensitive language and what does it mean?
after medical test,when will be the police verification
i want to when we will write the scripts either after getting the build or after getting the SRS?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
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")