How to handle AB testing approach with similar page logic but different locators

Also have a look at

If it was me. I would disambiguate the AB testing problem from the branching problem. The latter problem is very easy to solve, you put all the test code into the same repo as the product code. Job done on that one… Not always easy, but that’s how you solve it. AB, is another animal, totally separate problem.

1 Like