Transcript
Page 1: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Acceptance Test Driven Development

using

Robot Framework

Pekka Klärck <[email protected]>Janne Härkönen <[email protected]>

© Copyright Nokia Siemens NetworksCreative Commons Attribution 3.0 License

Page 2: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Acceptance Test Driven Development

Common understanding Ubiquitous language Executable requirements/examples Living documentation Also known as story test driven development,

behavior driven development, executable specifications, specification by example, ...

Page 3: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

The ATDD cycle

© Image copyright Elisabeth Hendrickson

Page 4: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Development phase

The specified examples guide the implementation work

Automation of the examples can be done in parallel with feature implementation

The whole team is responsible on automation In the end, all the automated examples pass

when run against the implementation

Page 5: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Deliver phase

Implemented features are demonstrated to all stakeholders

Original examples are executed against the produced software

Feedback serves as input to the next discussion phase

Page 6: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Robot Framework

Generic test automation framework Utilizes the keyword-driven testing approach Suitable both for "normal" automation and ATDD

Implemented with Python Runs also on Jython (JVM) and IronPython (.NET)

Open source Apache 2.0 License Sponsored by Nokia Siemens Networks Active development and community

Page 7: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

High level architecture

Page 8: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Simple tabular syntax

Page 9: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Executable specifications

Page 10: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Data-driven test cases

Page 11: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Key features

Creating higher level keywords in test data Easy to create domain specific languages No programming skills needed

Variables Tagging test cases

Selecting tests, statistics, ... Simple test library API

Easy to create custom libraries

Page 12: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Separate test data editor (RIDE)

Page 13: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Clear reports

Page 14: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Detailed logs

Page 15: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Rich ecosystem

Generic test libraries Web testing, Swing, SWT, Windows GUIs,

databases, SSH, Telnet, ... Build tool integration

Outputs also in machine readable XML format Plugins for Jenkins/Hudson, Maven, Ant, ...

Text editor support Emacs, Vim, TextMate, ...

Page 16: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

For more information

Bridging the Communication Gap book by Gojko Adzic: http://acceptancetesting.info

Robot Framework: http://robotframework.org

ATDD with Robot Framework article by Craig Larman and Bas Vodde: http://a-tdd.org

ATDD with Robot Framework demo: http://code.google.com/p/atdd-with-robot-framework

Web testing demo with Robot Framework: http://bit.ly/rf-web-test-demo

Page 17: Acceptance Test Driven Development Using Robot Framework' by Pekka Klarch & Janne Harkonen

Questions?Thanks!

Pekka Klärck <[email protected]>Janne Härkönen <[email protected]>


Top Related