Test automation or automated testing as compared to manual testing is a way to write test scenarios beforehand that can be repeatedly executed without involving a human element. This is often done by ...
I build test automation other people can read, run and extend: Page Object Model structure, tests mapped to documented case IDs, reporting that shows why something failed, and suites that run in CI ...