Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")
I have created a small script using the Selenium IDE and exported it to PHP.
Now I want to run the simple test via the command line not the IDE. I have tried quite a few tutorials online but none worked. I noticed that at the top the generated PHP includes a SeleniumTestCase.php in the PHPUnit extensions directory. So I install PHPUnit but I still am having problems.