What is the difference between Dim And Redim
Answer Posted / sabitha reddy
Dim statement is used to declare a variable
The redim statement is used to change the array size within the script,
for example..
if we have declared an array dim customer (30)
but after that we want to change the size of the array , we can do it with the help of Redim statement
like-Redim customer(100)
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
what type of automation is follwed in the project?
Diff b/w Health care domain and Banking Domain?
How does qtp recognize objects in aut?
What are parameterizing tests?
What are advantages of test automation?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How many ways we can parameterize data in quicktest professional (qtp)?
How can you identify the browser and its information using QTP script?
What is action? How many types of actions are there in qtp?
What are the major/ important methods, functions in QTP we use realtime testing
How to open a new test using quicktest professional?
Is it possible to change the property value at runtime? How it is possible?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me