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
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
What is the difference between do until loop and do while loop?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
What are the valid scopes of a variable in vbscript?
Explain the scope of the variables using dim, public, and private keywords respectively.
How should i Create Email invite with server-side Coding?
What is the purpose of regexp object in vbscript?
How will you get the natural logarithm of the given number in vbscript?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Mention what is vbscript?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
Explain about operator precedence in vb script?
what types of bugs will we find out in banking projects for automation testing?
Which function allows you to instantiate an object given its programmatic identifier or progid?
How will you convert a string to lower case string using vbscript?