How to find arry size in qtp vb script
Answer Posted / lakshmi.b
UBOUND method
this function is used to retrive the maximum index size
specified dimenctions of the arry
syn:
UBOUND(arrayvarible,1)
msgbox=UBOUND(arrayvarible,1)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
How will you check that a variable is an array in vbscript?
Explain the arrays in vb script?
how to write validation function for date in vb script
Mention what is select case statement?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Is VB Script Case sensitive or Case insensitive?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Mention what if you do not specify anything when you call a procedure?
What's the difference between vbscript and vb.net?
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
How will you convert a string to upper case string using vbscript?
How to add actions in driver script to run those actions in QTP?
Explain the scope of the variables using dim, public, and private keywords respectively.