What is a Dictionary object in QTP.?
Answer / 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 |
plz can any one send me what is Automation Testing Frameworks.. Thanks in advance
where the check points are stored ?
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
How many ways we can parameterize data in quicktest professional?
Hi everybody.. I m using QTP 9.2 version., plz send me licence key is it seat or concurrent licence key... plzzzzzzzzz plz help me for this one and its Locking code:8-5C740 Maintenance number: 0123-2820602186.,
Are Shared ORs read-only?
.mtr ( modular test repository or mercury test repository) plz give correct answer??
How to handle dynamic objects in quicktest professional?
what is aregular expression?
At a time how many users can access QTP?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that