Alright, I've made a test for a web application that runs well. However, to simulate a lot of people using the application at once, I want to somehow run a bunch of the same tests on the application concurrently. I'm pretty sure you can't do this with the Selenium IDE, but is there a way I can use the test I developed in the IDE, take it into perhaps another selenium testing tool that allows me to run multiple tests concurrently?
PS. New to Selenium and webapp testing in general so sorry for the noob question. Thanks.