Mention what is select case statement?
No Answer is Posted For this Question
Be the First to Post Answer
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Which object provide information about a single runtime error in a vbscript?
What are the 2 ways to pass a value to the function?
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
How to take whole text output from screen of Bitmap Application.
How you can call vbscript functions?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
How can you destroy an object in vbscript?
Which data type/types are supported by vbscript language and what are their specialties?
What is the difference between vb debugger and the script debugger?
What is the use of the recordset object and which statement is used to create such an object?