What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
Dictionary object is similar to array to store variable value with key. To share data in different actions in a test, we can use dictionary object. In DO, we are not restricted to use keys as numeric similar to array.
Fetch all items:
Set obj=createobject("scripting.dictionary")
obj.Add "company","india"
obj.Add "company2","USA"
For each i in obj
msgbox obj.item(i)
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.
Which MS Excel formulas are possible to use in the DataTable? I am searching a formula for searching a field in the datatable
how we do database testing with qtp using descriptive programming?
22 Answers Nutrins, Rohit Technologies, Symphony, Syntel, TCS,
Explain the terms test and business component?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
What is throw Object?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
in how many ways we can write the user defined functions one way i know that i.e storing it in .vbs another way i does not know my friend said that .qtf or something but start with q letter can any buddy knows about this
in process of project exaplnation the defects are says frequently r not?
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
What is Tree view?
Write a command for setvalue function in a webedit