How to setup the test in ReadyAPI to avoid multiple logins to the application in a LoadUI scenario.
When running my load test if I have my login and logout inside of a test case and then run as a load scenario, it will trigger many logins and logout request in a load test. The script has the fo...