Wednesday, February 9, 2011

Selenium Tutorial

This tutorial explains how to use write selenium tests using frameworks like Junit , TestNG with Ant. Hope by the end of tutorial you will get a base framework to start your tests for your application under test.
First of all take your own time and go through the entire document available at http://seleniumhq.org/docs/index.html.
Now starts with Installation of required artifacts.



  1. Installing eclipse
    Your computer should have a working Java Runtime Environment (JRE) v6 to run Eclipse. If you do not already have it, follow the instructions for installing Java 6 before installing Eclipse. Regardless of whether or not you had an existing, prior version of Eclipse, click to open the local zip archive of the Eclipse program so that you can view the folder. Once downloaded zip file , extract the zip contents into a folder (eg: c:\eclipse ). Open eclipse editor by doubleclick eclipse.exe.

No comments: