For a new project i want to start automating tests using Selenium. I'm going with Java as the object that has to be tested is a Java application. In my company most people use either Netbeans or Eclipse.
From your experience, which IDE is more suited for Selenium webdriver: Netbeans or Eclipse?
Thanks.