Multiple choice technology testing

The ___ method loads the specified object repository.

  1. Overload

  2. Load

  3. Both A&B

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Load() method is specifically designed to load object repository files into memory for use during test execution. This method belongs to the ObjectRepositoryUtil object and accepts the file path as a parameter. The 'Overload' option is not a standard method for this purpose in QTP.