Learn Selenium
Posted: January 12th, 2012 | Author: Christopher Vigliotti | Filed under: | No Comments »I’m collecting my various posts on Selenium into a “curriculum” of sorts. For those that are new to Selenium I suggest approaching my Selenium posts in the order listed below. Also, before you dive into Selenium RC I suggest that you have a handle on the basics of Java. If you are new to Java start here.
| Title | Description | Link |
|---|---|---|
| Selenium Is The Neopolitan Ice Cream Of Browser Automation | A brief introduction to the “three flavors” of Selenium | Read |
| Selenium Selectors | We examine a simple Selenium IDE Test Case, and look at some of the different selectors. This post also contains some information on how to setup and run Selenium Server. | Read |
| Importing A Selenium IDE Test Into RC Land | Make a Selenium IDE test case, then transform it into a Selenium RC test case. | Read |
| Selenium RC, Now With More Big Daddy Kane | Introducing the concept of a custom parent class to your Selenium RC tests | Read |
| Selenium RC Loves Excel | In which we see how we can read data from Excel for use in our test cases. | Read |
| Selenium Conditional Statements And Assertions | Explore how conditional statements and assertions are used in Selenium RC Tests | Read |
If you have any questions or feedback feel free to add a comment to one of the posts. Thanks!