Acceptance Test Driven Development

03:30 PM - 04:25 PM on August 16, 2015, Room 701

Jessica Ingrassellino

Audience level:
novice
Watch:
http://youtu.be/xVdkqwW9qbs

Description

Python offers excellent frameworks for unit and integration testing. However, many people don't realize that Python also has tools that have been built for Acceptance Test Driven Development. This talk will focus on Behave, an acceptance test development tool similar to Cucumber. Behave uses Python and Selenium, making available the libraries of both to create robust testing for front end applications.