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 is a Step generator used in UFT?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
Explain the concept of object repository & how qtp recognizes objects?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
Write script to fetch the data from global sheet where row number is 3 and parameter is "text"
3 Answers Accenture, Thomson Reuters,
If enter into interviewer room? how u introduce with him. with shakehand or waht?
Explain different types of checkpoints?
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
Can someone tel additonal features which has been included under QTP 9.0 which is not there in 8.2 version?
If object is not recognized by qtp but the object is standard object what is your approach?
To which environments does a QTP support?