diff between dim & redim ? in detailed? pls any one explain me?
Answer / 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 |
What are the types of Object Repositories in QTP?
As u told write Libarary files in QTP. Do u use ever oject repositary 0r spy while writing scripts and for which type of testing u prepared test scripts.
Tell me Three major differences between QTP & Winrunner?
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
Explain the concept of how quicktest professional identifies object?
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
I want to test advanced Java applications what kind of add- ins I have to install?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material
What are the versions of qtp,What are the differences b/n them?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
How do you delete unwanted results in qtp?