What tool to choose for Web UI Test Automation?

11 minute read - Test Automation

TLDR; I tried to objectively assess the web automation tool market. And as a new development team I’d probably choose Playwright, but as someone experienced in automating the web I’d still choose WebDriver. Reviewing Automation Tools I reviewed the market for Open Source and free Web Automation Tools so that I could more objectively answer questions like “What tool should we use for Web Test Automation”. I tried to approach this like any development team would:

Q - Can we use Automated Execution to find defects? A - Yes

11 minute read - Test Automation

TLDR; Can Test Automation mind defects? Yes, both regressions and new defects by adding more variation into the paths or data used.

Statements like “Test automation should-not/can-not/will-not find defects” do not completely match my experience. In my experience, Automated Execution can be used to help find defects and frequently does. Not just ‘regressions’ but ’new defects’ as well.