How to run Selenium IDE scripts in Selenium RC using PHPUnit?

The command to run the tests (without playing with filters etc...) includes the test suite name from which it deduces the filename. So.

The command to run the tests (without playing with filters etc...) includes the test suite name from which it deduces the filename. So, phpunit Testname rather than phpunit Testname.php.

Thanks for the reply ... I tried the above command also....but still there is no output....can you please suggest some other way... – Ankur Thakur Jul 15 at 7:04 @ankur On the new command prompt enter the specific directory location of the file and enter phpunit xyz. Php – Mike69 Jul 26 at 14:39.

Make sure your selenium RC is running. E.g. (java -jar selenium-server.

Jar) Try saving this test as : exampleTest. Php Then run it through the command line as : phpunit exampleTest. Php Hope this helps.

SetBrowser('*firefox'); $this->setBrowserUrl('google.com'); } public function testexampleTest() { echo "Navigating browser to stackoverflow. Com ..."; $this->open('http://www.stackoverflow.com/'); $this->waitForPageToLoad('30000'); echo "Made it to stackoverflow! "; $this->sleep(5); echo "Test Complete"; } }?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions