TRUEPATH Locator Analyser - gsumit1/TruePath GitHub Wiki

TRUEPATH Locator Analyser is the page object locators analyzer of the target page written in Java. In Agile Development, one of the key challenges is a repetitive change in the front end and back end systems. Due to the repetitive changes, the UI locators become very fragile and our test scripts fail. Using the TRUEPATH Locator Analyser, we can quickly identify the broken locators of a page without running the scripts proactively and hence will save lots of effort to maintain the scripts.

Navigate to the target web page, open the Locator Analyzer window, and upload the code. A window will display once the analysis is done, in case of no matching locators found, no window will display.

On the Locator Analyzer window, the analysis of the page will be shown as below

The page with the following locator format is supported now.

@FindBy(LocatorType ="element") public WebElement element;

*At this movement the locator type css is not supported.