We just started using Selenium to test our site and its working really well, except that it breaks 1/2 of the time when we introduce an AB test. How do you guys handle Ab tests when testing with Selenium?
Thanks!
|
We just started using Selenium to test our site and its working really well, except that it breaks 1/2 of the time when we introduce an AB test. How do you guys handle Ab tests when testing with Selenium? Thanks! |
|||
|
|
|
This really depends on exactly what you're looking for. I would suggest one of three options:
Hope these ideas help. The take-away here is to make sure to keep things deterministic for your tests. Random will only ever lead you astray. |
|||
|