Selenium 2 Testing Tools: Beginner’s Guide
Testing web applications using Selenium is made simple with this tutorial. Written for those with no prior experience, it helps you learn through practical exercises and code samples. The perfect entry point to Selenium 2.
- Learn the basics of breaking down a web application for testing
- Understand AJAX calls and how they work with your tests
- Create basic scripts that allow you to recreate issues quickly
- Set up Firefox Driver, Firefox profiles, and extensions
- Get your tests working on mobile devices
- Migrate your tests from Selenium RC to Selenium WebDriver
- Handle tests quicker by running them in parallel and reduce build time