I'm trying to create a Web test in Visual Studio 11 beta. The problem is that the app can randomly serve different pages to the user (something like an A/B test).
That is user journey can be pages:
A > B > C > D > E
or :
A > F > G > H > D > E
Is there a way to handle this without going to a coded test?