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 |
how to get the object property
The hybrid framework can be implemented for any application. Is it true?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
how to acess a test in RSA?
When to use descriptive programming?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?
Explain the concept of how QTP identifies object.
what is synchronization point, synchronization method, wait property method? with examples.. plz explain this in brief
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?