Hi
I need to load test a questionnaire website. However the questions are not in a static order and they change depending on the answers that are given.
For example for User 1, question 1 may be "what color is the sky" and they have a choice of blue, red or black. If they select blue then they are taken to a different question than they would get if they answered black.
Meanwhile User 2 may get a first question of "what color is grass", green, pink, white.
So the start points for each user are different and the subsequent questions are also in a different order.
How would I test against that??!
Thanks for any help