Skip to main content

Requirements

Tutorials

MD Introduction to Selenium and WebDriver NEW
Alan Richardson, Compendium Developments
Mon, 10/13/2014 - 8:30am

Selenium is an open source automation tool for test driving browser-based applications. WebDriver, the newly-introduced API for Selenium against which tests are written in Java, contains classes including ChromeDriver, AndroidDriver, and iPhoneDriver. Sometimes test authors find the API daunting and their initial automation code brittle and poorly structured. In this introduction, Alan Richardson provides hints and tips gained from his years of experience both using WebDriver and helping others improve their use of the tool.

Read more

Concurrent Sessions

T19 Before You Test Your System, Test Your Assumptions
Aaron Sanders, Agile Coach
Thu, 10/16/2014 - 3:00pm

Do you find yourself discussing with your peers what you think the system you’re building should do? Do you argue over what the users want? Do discussions wind up in a heated debate? This result indicates that no shared understanding exists about the system. With a lack of shared understanding, it’s easy to fall into the trap of making assumptions about system functionality, who the users will be, and how to build the system. These assumptions introduce errors into the requirements and design—long before a single line of code is written.

Read more