When are redim statement and preserve keyword used in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
where can i learn VB scripint ?
What if you do not specify anything when you call a procedure?
what is the features of visual basic?
How will you convert a string to upper case string using vbscript?
Mention characteristics of sub procedures?
To get data from table which method will be used in QTP
How will you get the last occurrence of one string within another string using vbscript?
What are the different types of operators and their order of precedence?
Is it possible to pass optional argument to function in vb script?
What is loose binding? Why is it not a good practice to use it?
Explain a few date functions in vbscript