What is vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
How to get the length of the string by making use of the string function?
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
When to use function procedures and what are its characteristics?
how to write validation function for date in vb script
Explain about scrrun.dll in vbscript?
Which keyword is used to declare a variable in the vbscript language?
What is the equivalent of VBScript?s On Error In Jscript ?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Mention what is vbscript procedures?
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")