Mention the environments where vbscript could be run?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between Active screen and movie screen recorder in QTP 9.2?
I want good books or good sites for scripting.Can any one help me.
write any ttest cases using check points and parameterization
How will you get the last occurrence of one string within another string using vbscript?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
What are class events?
How to insert snapshot during manual scripting in QTP?
why variable name should not exceed 255 characters?
Mention how to create a cookie using vbscript?
Find Out Length of an array without using Ubound?
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
What is the use of the recordset object and which statement is used to create such an object?