Prerequisites for the integration of automation suit Selenium, PHPUnit and Ant are as below- http://www.unclecode.com/2010/05/install-phpunit-on-wamp-xamp-manually-without-pear/ http://www.unclecode.com/2012/05/how-to-setup-selenium-webdriver-and-execute-automation-script/ http://www.unclecode.com/2012/06/executing-and-creating-selenium-rc-automation-test-cases-using-phpunit-by-sebastian-bergmann/ Install Ant Download ant from http://ant.apache.org/bindownload.cgi “zip” file for windows. Follow all the steps for installation http://ant.apache.org/manual/install.html and also optionally install the libraries as mentioned Automation testing using integration of Selenium, PHPUnit and Ant Run Selenium through command [...]
Posts Tagged ‘Webdriver’
Automation testing using integration of Selenium, PHPUnit, Ant and create reports
June 4th, 2012
Garry Executing and Creating Selenium RC automation test cases using PHPUnit (by Sebastian Bergmann)
June 4th, 2012
Garry Setup PHPUnit framework http://www.unclecode.com/2010/05/install-phpunit-on-wamp-xamp-manually-without-pear/ assuming PHP 5.2.x is already installed in your system. If not download wamp to install PHP or browse php.net download section to install PHP. Make sure your PHP path is set in your environment so that you can execute PHP through command prompt. For reference check step 3 and 4 of [...]
Executing and Creating Selenium RC automation test cases using Pear Selenium package
June 4th, 2012
Garry Download and install latest Java JRE (if does not exist on your system) Make sure you have installed PHP and its path is set in your environment so that you can execute php through command prompt. For reference check step 3 and 4 of article http://www.unclecode.com/2010/05/install-phpunit-on-wamp-xamp-manually-without-pear/ Download Selenium server and start the server through following [...]
How to setup Selenium webdriver and execute automation script
May 28th, 2012
Garry Selenium 2.0 includes selenium web driver compatible version. Download Selenium 2.0 from http://seleniumhq.org/download/ Install Java JRE, JDK is not required until you want to create Java programs Check java version- java –version on command prompt, to be sure you have java installed Start selenium through command prompt: java -jar selenium-server-standalone-<version-number>.jar You can also Stop Selenium [...]
Difference between classic Selenium and Webdriver (part of Selenium 2)
May 28th, 2012
Garry Selenium 1 used Javascript to control browser. It was fine for simple web apps, but the more ajax/other javascript logic was embedded in application the more problems it created. Webdriver (now integral part of Selenium2) uses native browser extension (each browser needs its own implementation) which is controlled by test script. Webdriver tests script can [...]
RSS Feed
Twitter
Posted in
Tags: