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
No Answer is Posted For this Question
Be the First to Post Answer
int a=4857 i need output as 7584.without using any inbuild function?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com
explain with example primitive data types of vb script.
what is visual basic?
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
can u test the application without add-in?
Mention what is the difference between vbscript and vba?
Explain the constants in vbscript?
Explain about the support of asp for vb script functionality?
How to pass the parameter from one function to another function in VB Scripting?