diff between dim & redim ? in detailed? pls any one explain me?
Answer / laxmi
The ReDim statement is used to change the size of the
array within the script:
for example you have declared an array
Dim Customers(50)
But now you want to change the size of the array so you can
do that with the help of Redim
ReDim Customers(100)
| Is This Answer Correct ? | 9 Yes | 1 No |
Is it possible to use two instances of UFT on the same machine? If not why?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
Where should we turn Smart Identification ON in QTP?
Please Explain The QTP real Testing process with steps.
Which environments are supported by hp qtp?
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
What all challenges you have faced during automation and how you have resolved it?
What are the properties you would use for identifying a browser & page when using descriptive programming ?
What are the different types of functions available in qtp and explain ?
Write the vb script for the lowest and highest values of an array?
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)