My colleague and I are working on this project using TestNG. We are using data provider and @ factory. The code runs in parallel in his system and it does not in my system! Same code!
Only difference is he uses netBeans and I am using eclipse. I have installed the TestNG plugin. I am able to run the test, but its not in parallel in eclipse. The same code runs in parallel in his netBeans.
Any ideas as to how I can make my code run in parallel in Eclipse ?