Quantcast
Channel: UncleCode.Com - Technology Blog
Browsing latest articles
Browse All 10 View Live

Install PHPUnit Manually without Pear for a Single Project to test source...

Step By Step Guide to install PHPUnit This tutorial is an easy start to test your PHP source code which is build using classes i.e. OOP’s with/without wamp/xamp doesn’t really matter. The key to...

View Article



Drupal- Ten Easy Step to Step Guide on How to Run Multiple Web Sites from...

The key is that you need to create multiple MySQl database (for different websites), create a new directory in “/sites/your-site-name” folder which includes “default.setting.php” file renamed to...

View Article

Difference between classic Selenium and Webdriver (part of Selenium 2)

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...

View Article

How to setup Selenium webdriver and execute automation script

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...

View Article

Executing and Creating Selenium RC automation test cases using Pear Selenium...

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...

View Article


Executing and Creating Selenium RC automation test cases using PHPUnit (by...

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...

View Article

Automation testing using integration of Selenium, PHPUnit, Ant and create...

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/...

View Article

How to install PHP, Apache, MySQL on Ubuntu in two commands

Installing LAMP stack on Ubuntu 10.04 and above involves having access to terminal window and root user. First install tasksel which is used to execute tasks on system like installation of LAMP. 1. To...

View Article


Tutorial on what is Selenium IDE and how to use Selenium IDE

Selenium IDE is a graphical interface to selenium. It is a Firefox plugin that does record and playback the interactions with the browser. its is just one of the very popular and useful ways to write...

View Article


Tutorial on how to create a theme in Drupal or create custom theme in Drupal

Tutorial on how to create a theme in Drupal or create custom theme in Drupal Following is the step by step guide to create a theme in drupal. Lets say name of your new theme is “mytheme“. Where to...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images