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 are the advantages of vbscript?
What is vbscript?
Hi, can any one tell this Actually I AM NEW TO QTP I have one qtp script in which it calls the vbs file during it's run TIME by using the ExecuteFile "absolute path" If the vbs file is executed seperately it will give the output in a msgbox In the same way if qtp script is executed the result will be displayed in w result window right? Now the question is how to get that vbs file output in the qtp result window when I run the qtp script which calls the vbsfile during it's run TIME
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
How are values assigned to string type and numeric type variables?
How to remove the spaces in a string Ex: "this is apple"
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Give examples where vb script can directly run on users system with windows as os?
join all the array values without using join function?
What is event handling in vbscript?
Explain about the extension .hta?
Explain about the support of asp for vb script functionality?