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
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Where can I find and view run-time data table?
What do you mean by checkpoints in qtp?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
How qtp recognizes the object?
Explain measuring transaction.
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
Explain sub procedure of vbscript.
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
what type of automation is follwed in the project?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
after initiating one project for testing, when exacltly QTP tester role starts?
How can you send user defined messages to test report?
How to use actions in qtp ?