Skip to main content

2 posts tagged with "locator"

View All Tags

· 3 min read
Justin

Page Object Model is a design pattern. It is popular in test automation for enhancing test maintenance and reducing code duplication.

Similar to POM in design, Clicknium locator store enables developers to manage the locator independently of the code (test case code or other automation project). While Clicknium locator store also enables locators to be shared among people and projects.

· 4 min read
Justin

If you are spending a large chunk of development time finding elements on a web page, such as input, checkbox, submit button, table, and divs. It can be challenging to locate the correct elements, especially when they lack unique attributes, such as id, name, and class names; it is even worse if the attributes are dynamic.

This blog shares ways to generate reliable locators with features provided by Clicknium.