Multiple choice technology testing

The function to Load the Object Repository is present in which of the following “.vbs” File

  1. OSS_Main

  2. OSS_API

  3. OSS_DriverScript

  4. Every component “.vbs” file will have the function defined

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

The OSS_API.vbs file contains the function for loading the Object Repository. This centralizes repository loading logic at the API level rather than duplicating it across each component's .vbs file or placing it in OSS_Main or OSS_DriverScript. The API file provides common functions that components can call as needed.