How did they benefit?
100% Test coverage was achieved
With POM design pattern, it reduces code duplication and improves test maintenance.
The benefit is that if the UI changes for the page, the tests themselves don’t need to change, only the code within the page object needs to change. Subsequently, all changes to support that new UI is in one place.
Every Information about GOAST automation is drafted in cheat sheet for easy code maintenance.
Information includes the purpose of each method in code, each variable in properties file, Steps to debug code, Execution and reporting details etc.