Hi Guys
I am new to Selenium and not to sure what the difference is between the above mentioned two. I have "selenium-server-standalone-2.33.0.jar" running with phpunit 3.7 in Yii framework. Yii comes with built in support for selenium and extends PHPUnit_Extensions_SeleniumTestCase class.
Now this actually works quite great and I can run basic test cases (assert elements are present), but what I actually am also trying to do is insert details into a form and then submit it. I have seen examples of it this, but it uses the "PHPUnit_Extensions_Selenium2TestCase" class and I have tried to use it but it doesn't seem to work with the stand alone server...
I am new to selenium and it feels like I am missing something, will appreciate any help, even if it is telling me that I am an idiot...