Selenium
If you’ve developed a web application chances are your going to want to load test the application. This allows developers to see how their application will perform under high stress and load situations. Moki Systems has experience in testing and diagnosing bottlenecks usign Selenium.
Selenium is a test tool for web applications. Selenium tests run directly in a browser, 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.
Selenium Uses
Selenium has many features, some of the which include:
- Browser Compatibility Testing
- System Functional Testing
- Runs in Browser
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 a wide range of browsers on Windows, Mac OS X and Linux.

As I was browsing today, I noticed an interesting technique in use on the Google search results page. The innocent and plain logo at the top left is actually a single image file made up of multiple images which then are made visible by the CSS for each placement:
This is presumably for optimizatio ...