0 votes
in Testing by
What is Object Repository? How can we create Object Repository in Selenium?

1 Answer

0 votes
by

Object Repository refers to the collection of web elements belonging to Application Under Test (AUT) along with their locator values. With respect to Selenium, objects can be stored in an excel sheet which can be populated inside the script whenever required.

...