diff between dim & redim ? in detailed? pls any one explain me?
Answer Posted / 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 |
Post New Answer View All Answers
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What is active screen?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
What are advantages of test automation?
By using QTP can we record any log files written by the application which is in execution?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What is the use of an object spy tool in qtp?
can the activities of test case design be automated?
how to test Web application using QTP software
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 is the recovery scenario in qtp?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
What are the common defects found in your project? (in qtp interview)