Answer Posted / manjunathareddy
Dictionary object is similar to a typical array,
it uses unique key associated with every item,it helps you
call the item whenever required.
Example:-
Dim Dict
Set Dict=CreateObject("Scripting.Dictionary")
Dict.Add "A","Apple"
Dict.Add "B","Banana"
i=Dict.Items
j=Dict.Keys
For k= 0 to Dict.Count - 1
Msgbox j(k)&": "&i(k)
Next
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is file database?
How can I use Call dlls in QTP ?
Why is Client side image is preferred over server side image?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Explain the features of quick test pro(qtp)?
Explain how you can find the absolute value of the number in qtp?
What are the benefits of quick test pro(qtp)?
Explain the views in the QTP GUI?
How will you test a keyboard?
What is the difference between analog and low level recording?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Explain the types of object repository?
Explain in brief about the qtp automation object model (aom).
What is the default add-ins in qtp?