Instructions to setup selenium 2.
Sat Dec 11, 2010 11:36 am
Selenium 2.0 and WebDriver
WebDriver is a tool for automating testing web applications, and in particular to verify that they work as expected. It aims to provide a friendly API that’s easy to explore and understand, which will help make your tests easier to read and maintain. It’s not tied to any particular test framework, so it can be used equally well with JUnit, TestNG or from a plain old “main” method. This “Getting Started” guide introduces you to WebDriver’s Java API and helps get you started becoming familiar with it.
Start by Downloadingthe latest binaries and unpack them into a directory. From now on, we’ll refer to that as $WEBDRIVER_HOME. Now, open your favourite IDE and:
* Start a new Java project in your favourite IDE
* Add all the JAR files under $WEBDRIVER_HOME to the CLASSPATH
You can see that WebDriver acts just as a normal Java library does: it’s entirely self-contained, and you don’t need to remember to start any additional processes or run any installers before using it.
For more details , check out this link:
https://seleniumforum.forumotion.net/post.forum?mode=newtopic&f=11
Best Of luck
WebDriver is a tool for automating testing web applications, and in particular to verify that they work as expected. It aims to provide a friendly API that’s easy to explore and understand, which will help make your tests easier to read and maintain. It’s not tied to any particular test framework, so it can be used equally well with JUnit, TestNG or from a plain old “main” method. This “Getting Started” guide introduces you to WebDriver’s Java API and helps get you started becoming familiar with it.
Start by Downloadingthe latest binaries and unpack them into a directory. From now on, we’ll refer to that as $WEBDRIVER_HOME. Now, open your favourite IDE and:
* Start a new Java project in your favourite IDE
* Add all the JAR files under $WEBDRIVER_HOME to the CLASSPATH
You can see that WebDriver acts just as a normal Java library does: it’s entirely self-contained, and you don’t need to remember to start any additional processes or run any installers before using it.
For more details , check out this link:
https://seleniumforum.forumotion.net/post.forum?mode=newtopic&f=11
Best Of luck
- Gurunath
- Posts : 2
Join date : 2012-07-11
Re: Instructions to setup selenium 2.
Wed Jul 11, 2012 1:12 pm
For easy step by step configuration with sample start up the below link seems good "qaselenium.blogspot.in/2012/06/simple-startup-in-web-driver.html".
Permissions in this forum:
You cannot reply to topics in this forum