Monday, January 14, 2013

Difference between Array and Dictionary Object in QTP

Difference between Array and Dictionary Object
  1. Dictionary cannot be multidimension, while an array can be multidimension
  2. Dictionary has extra methods to add new item and check for existing item (Add, Item)
  3. when you delete particular item from dictionary, all subsequent item automatically shift up.

1 comment: