Answer Posted / sujatha_k
Vb script is case sensitive
Is This Answer Correct ? | 3 Yes | 19 No |
Post New Answer View All Answers
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
What is the purpose of the err object in the vbscript language?
Which function allows you to instantiate an object given its programmatic identifier or progid?
How to Convert Hex color code to color name in VB Script?
Explain the extension .hta?
How to open excel in vb script?
How will you get the largest subscript of an array in vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?
How will you convert a string to lower case string using vbscript?
how to increasing the numbers in a given text box please write a vb script
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 types of bugs will we find out in banking projects for automation testing?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Mention what are the rules to name variable in vbscript?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?