I have the following problem:
I've created a bunch of test using WebDriver + Java + TestNG + Maven which work just fine when I run them one by one- when the thread-count is 1 in my testng.xml file but when I increase the number of threads the tests start failing, most common issues I am getting are: 1. stale element reference exceptions 2. timeouts 3. keyboard actions do not work in most cases
As for now I am running the tests either just through testng.xml or selenium grid (2.3.1 server) on my local machine using only firefox browser 23.0.1.
Any answer or ideas will be helpful, thanks!