An array is a contiguous area in the memory referred to by a common name.
Types of Array in QTP –
- Static or Fixed size Array
- 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.