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
For which type of project the iterative model is suitable?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
What is the standard timing delay for web based application in qtp?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
What is a checkpoint? How many check points are there in qtp?
What are the advantages of parameterization ?
How do you create new test sets in td?
how to evalute defects in QTP script?
What is environment variable in qtp and why to use it?
What is parameter in qtp?
What are main panes available in qtp test browser?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
When to use shared and local object repository?