I have deployed a web based app on bluemix which would run selenium test cases when the url is triggered.
However I am facing issues when 2 users trigger trigger the tests at the same time as the 1st user's webdriver instance is still in use and I would have a complete copy instance to run when the second user tries to run the test simultaneously without aborting the 1ST User's test.