How can we change(increase or decrease)the size of a array
variable with out loosing the previous values
Answer / pratap h s
Dim a(10) is array declared
if we want to change the size of array it should be
declared with redin as below
ReDim A(10)
to preserve the contents of array we need to use preerve
keyword as below
ReDim Preserve A(10)
above line is Answer ,,,, by declaring array as above it
will preserve the valus
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain how you can replace string in qtp?
How to export data present in Datatable to an ".xls" file?
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
how do you do database testing in qtp
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What is debugging? How you debug your script?
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
what is error and fault in terms of software quality?
where we save the scripts created in one project?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How to capture dynamic objects in qtp like mark up text