An array is a contiguous area in the memory referred to by a commonQTP-array name.

Types of Array in QTP –

  1. Static or Fixed size Array
  2. Dynamic or Variable size Array

Static Array – Static arrays cannot be re sized during run time.

Dynamic Array – Dynamic arrays can be re-sized during run time.