🎴 Flashcard Mode

Software Testing Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

The length of the array can be get by the method

AnswerClick to flip back
A
ubound(array)
💡 Explanation:

In VBScript (used by QTP), UBound(array) returns the highest index of an array, which equals length minus one for zero-based arrays. LBound returns the lowest index, typically zero.

Change Mode