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 |
Check point what is how many types of checkpoint and explain
Differenece betwen Project and product ? when company need project or product?
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent
How can we close all webbrowsers which are opened in out desktop?
how to open Excel sheet & write in it & save it?
Explain different types of action in qtp?
how to create the varibles and how these are connect to qtp? plz tell me
I need diffrences between Object Identification, Smart Identification, Regular expresion,Low-Level Recording (enables you to record on any object in your application, whether or not QuickTest recognizes the specific object or the specific operation.) I am working on Web Application. In that object caption will change dynamically. For example, consider “Save” button. On clicking save button the caption changing as “ EDIT ”. From above concept which concept I have to use here?
What is Object Spy in QTP?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
Can you brief the hurdles you faced during Automation testing?
how can i pass parameters into function?