ContributionsMost RecentMost LikesSolutionsCreate a load test with different users Hi All! I hope you can help me. I created a load test in LoadUI with ReadyAPI suite. It is a test that: 1) Login 2) Search something in the webpage (with the token received in the first step) 3) Logout I want to execute the test with different login credentials.... How can I do that? Thanks in advance! SolvedRe: JDBC request is failing ramdomly richie Thank you Richie! It works! 😀 JDBC request is failing ramdomly Hi All! I hope you can help me. I created a test case with this test steps: I created a JDBC test step (check document status) with a query that checks that the document was created successfully in the database, but sometimes when I ran the test it fails, not always. I thought that if I execute the same query but in a Groovy script (check document status 2) it might work but the same thing is happening. If I ran manually the step that fail it works. What could be happening? Thanks in advance! Solved