I very recently started working on Selenium. I know to run the testcases on IE we should have Selenium Server. I downloaded and finally got it running on my computer. Can anyone tell me how do i put the Selenium test case from IDE to RC and integrate the RC in PHP? or how to run Selenium RC . Correct me if anything wrong in my understanding.
Note: i searched everything related to Selenium RC but i dint find anything clear. U can give me any valuable link that answers my RC in PHP question.
I would really appreciate your help.
I am not sure what you mean by “Selenium test case from IDE to RC”. I think you are referring to browser addon for Selenium testing.
Anyhow, to integrate Selenium RC with PHP, you need PHPUnit framework which supports Selenium test cases. You need to do the following steps.
Sample code for how to write a Selenium test case using PHPUnit is as follow.
For more information, please refer to PHPUnit documentation on Selenium test cases. http://www.phpunit.de/manual/3.1/en/selenium.html