I am planning to test an application. I have two sets of users that perform completely separate transactions and are connected to different parts of the system under test. However they all use the same url. I've set up 2 server definitions with different variables for the user ids. The scripts have the separate server definitions coded in them. However when I run Check User path or a test, from time to time the wrong set of users are picked and the test will fail. (I track the signed on user from the actual responses.) How to fix?
↧