How to pass argument by reference to a function in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Why is it recommended to close the database connection every time after the work is completed?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
How will you release the memory acquired by an array variable in vbscript?
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
Inorder to avoid Message box while writing script which alternative method can be used?
Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
how to operate webobjects in a webpage using getobject function and then using generic methods?
how to increasing the numbers in a given text box please write a vb script
Why to use option explicit in vb script?
Description.Create
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
Why is the use of exit do or exit for statements within loops discouraged?