NetBeans PHPUnit_Framework_Exception: Could not connect to the Selenium RC server
As I presume selenium that comes with NetBeans Selenium plugin not best one.
To Fix:
- Download last selenium RC
- In Netbeans services tab stop Selenium server
- Find out selenium-server-2.0.jar in netbeans settings folderĀ (Mac OS X - .netbeans/7.0/modules/ext/selenium/selenium-server-2.0.jar)
- Replace it with downloaded one
- Start Selenium server in NetBeans
Happy testing