The easiest automated test in the world looks something like this:
Open page.
Click button.
Assert text.
Unfortunately, that’s not where expensive bugs usually live.
The easiest automated test in the world looks something like this: Open page. Click button. Assert...
The easiest automated test in the world looks something like this:
Open page.
Click button.
Assert text.
Unfortunately, that’s not where expensive bugs usually live.

The easiest browser test is the one that never leaves the browser. Open a page. Click a button....

The easiest browser tests live entirely inside one tab. Open a page. Fill in a form. Click a button....

I've spent the last few years helping engineering teams with test automation, and one thing I've...

Most end-to-end suites are built around the easiest version of a workflow. A user clicks a button....

Test automation usually looks straightforward in a demo. You record a few actions, run the test,...

Browser automation used to be easier to describe. A test opened a page, filled in a form, clicked a...