Wednesday, May 22, 2013

How selenium work?

 Uses JavaScript and Iframes in the browser
 Core runs the tests and interrogates the DOM
  RC server and Core communicate via AJAX
  Language hooks communicate with the RC server.

Selenium Introduction

Hi everybody,
Now i am working with selenium tool so please enjoy the new tool which is open source.

Selenium:
Selenium is a robust set of tools that supports rapid development of test automation for web-based
applications. Selenium provides a rich set of testing functions specifically geared to the needs of testing
of a web application. These operations are highly flexible, allowing many options for locating UI
elements and comparing expected test results against actual application behaviour.
Selenium: Selenium is a suite of tools to automate web app testing across many platforms.
Selenium...runs in many browsers and operating systems. Can be controlled by many programming
languages and testing frameworks.

* Create by developers at ThoughtWorks
* Released publically as an Open Source project on OpenQA
* Selenium is a test tool for web applications.
* Selenium tests run directly in a browser.
* Runs on Windows, Linux, and Macintosh.
* Runs in Internet Explorer, Mozilla and Firefox.
* Enables Browser Compatibility Testing.
* Enables System Functional Testing.