Multiple choice technology testing

In general which object repository is easiest to use when we are creating simple record and run tests.

  1. Shared

  2. Local

  3. Both

  4. None of the above

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

Local object repositories are simpler for basic record and run tests because they don't require managing shared resources across multiple tests. Shared repositories add complexity better suited for modular, large-scale automation frameworks.