Multiple choice technology testing

Local repositories cannot be associated to a test, using Resources menu. State true or false

  1. True

  2. False

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

Local repositories can be associated with tests using the Resources menu in QTP/UFT. This is a standard feature for managing shared object repositories across multiple tests. The statement claims this cannot be done, which is false.

AI explanation

In test automation tools like QTP/UFT, the Resources menu (Object Repository Manager / Associate Repositories dialog) is used specifically to associate Shared Object Repositories with a test. Local repositories are automatically tied one-to-one with their own action and are managed inline in the Object Repository pane — they are not something you manually associate via the Resources menu. So the statement is True: local repositories cannot be associated to a test that way; only shared repositories can.