ThoughtWorkers have released a test tool for web applications named Selinium.
Selenium tests run directly in a browsers, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other test tool covers such a wide array of platforms.
- Browser compatability testing.
Test your application to see if it works correctly on different
browsers and operating systems. The same script can run on any Selenium
platform.- System functional testing.
Create regression tests to verify application functionality and user
acceptance.Selenium uses a unique mechanism which allows it to run on so multiple
platforms. Installed with your application webserver, Selenium automatically deploys it’s JavaScript automation engine — the Browser Bot — to your browser when you point it at the Selenium install point on your webserver. Thus, you must have write access to the machine your web application server is running on to install Selenium.
To get a quick feel, checkout an example TestRunner and run all of the tests. You will graphically be walked through the tests, with changing content letting you know what is passing and failing.
How does Selenium work?
Selenium uses JavaScript and Iframes to embed a test automation engine in your browser. This technique should work with any JavaScript-enabled browser. Because different browsers handle JavaScript somewhat differently, we usually have to tweak the engine to support new browsers.
March 3rd, 2005 at 10:24 am
Selenium
Selenium: “Selenium is a test tool for web applications. Selenium tests run directly in a browsers, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other test tool covers such a wide ar…
October 6th, 2009 at 4:59 am
I have an application where there are three input text areas controlled by Javascript Tabs. The selenium IDE is not able to record the content I entered in these 3 text areas. Please suggest / guide on how to record these type of contents.
Thanks very much,
Mat
December 3rd, 2009 at 2:13 am
ERROR SERVER EXCEPTION :SESSION ID IS NOT NULL
hi
i am new to selenium .Recently i runned the selenium rc with Nunit i got this exception each time for different projects
can u help me
Thanks in advance
Naveen