Hacker News new | ask | show | jobs
by nvarsj 1241 days ago
That's a good insight. A bit like unit tests, A-B tests drive the design of the website to make them testable. Not sure that is ultimately the best choice for UX, but here we are. I suppose it makes it a lot easier to justify one's perf rating.
1 comments

Maybe on the perf rating, but on a bigger scale it could make it way more complex for analytics departments to function. Complexity adds real costs when that department exists to increase revenue and retention, and iterate quickly.

Those types of tests serve two very different purposes. UI is also unit testable.

Unit tests are more of a binary pass/fail. A-B tests are looking for cause-and-effect relationships by comparing some metric between a control group and a variant group.