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 |
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
Hi, i want download attached files in test plan area from QC to local drive in my system using QTP script. Please help me
What is the difference between qtp and selenium?
What are the different scripting languages you could use when working with QTP ?
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
Explain the QTP Tool interface.
Name the different types of recording modes?
what is Business Process Testing plz explain?
How many ways to configure the application in QTP,Explain
Hello Everybody, Can anyone tell me that in QTP how to count the number of webelements from the object repository. Please provide the code. Thanks in advance, Gaytri