Replying to @coderbyheart

"Record+Replay tools (like Selenium) are optimizing the time spent writing
tests. This is not where the value is."

Mon, 19 Feb 2018 08:35:27 UTC1

5 replies

Replying to @coderbyheart

Tools like the Galen framework enable you to test UI by describing expectations.
Still not optimal, since syntax like this is nothing your users would supply.
Embedded Photo

Replying to @coderbyheart

"This (visual difference testing and running the browser used to test in
parallel) changes the economics of UI testing and makes them something we can
now start looking into, because tests are now easy to maintain and extend."
Embedded Photo

Replying to @coderbyheart

This will be really cool once we have a bot that adds screenshots to a PR when a
commit breaks the test, and reviewers can accept / reject changes to the test in
the PR. No need for a human to maintain the (small changes to the) tests
anymore.

Great talk @gojkoadzic 👏