Installing Selenium
In addition to PHPUnit, the Selenium Remote Control Server (Selenium RC) is
needed in order to run the functional tests. Installing Selenium RC is very simple.
1. Download Selenium Remote Control (Selenium RC) zip file from
http://seleniumhq.org/download/.
2. Unpack the zip file to a preferred location on your system.
The contents of the unzipped folder will have several specific client-based folders
and one that contains the actual RC server. It will be named something similar to
selenium-server-1.0.x/
The TrackStar Application
Where x will be specific to the version downloaded. Starting the server is also simple.
Just navigate to this server folder on your system and issue:
% java -jar selenium-server.jar
This will start the server in that console.
In addition to PHPUnit, the Selenium Remote Control Server (Selenium RC) is
needed in order to run the functional tests. Installing Selenium RC is very simple.
1. Download Selenium Remote Control (Selenium RC) zip file from
http://seleniumhq.org/download/.
2. Unpack the zip file to a preferred location on your system.
The contents of the unzipped folder will have several specific client-based folders
and one that contains the actual RC server. It will be named something similar to
selenium-server-1.0.x/
The TrackStar Application
Where x will be specific to the version downloaded. Starting the server is also simple.
Just navigate to this server folder on your system and issue:
% java -jar selenium-server.jar
This will start the server in that console.
No comments:
Post a Comment