how to declare a variable in vbscript using vbscript
Answer Posted / anil
Dim,public and pravite
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain what is loose binding? Why is it not a good practice to use it?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
Explain about arrays in vb script?
What are lbound and ubound in the vbscript language?
How to delete a cookie using vbscript?
what is the features of visual basic?
What is the difference between vbscript and vba?
How to capture a runtime error in vbscript?
Explain the adodb.stream class?
Explain about the asc function?
How will you get the natural logarithm of the given number in vbscript?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
What are the valid scopes of a variable in vbscript?
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 is the difference between modular and data and keyword driven framework