|
|
|
|
|
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. |
|
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.