- PHP should be installed and set up path in your machine.
- PHPUnit Should be installed in machine.
- Java should be install and setup path in machine.
- Selenium2 jar(selenium-server-standalone-2.**.0.jar) file should in your machine.
If PHP and PHPunit are not installed in machine. We need to follow to installed them using below steps:
- Download PHP exe file from download and install in machine.
- Setup PHP path in environment variable if by default not path set. As if I installed in C:\\PHP drive the we need to setup path “C:\\PHP”
- Now we need to install PEAR for this we open command prompt and go to PHP installation directory and run command
php.exe
PEAR/go-pear.phar
4. After pear installed check version using
command “pear –V” . run below command
to update pear.
pear upgrade
pear