Get Automated Testing in Agile Development

One of the benefits of the agile project approaches is their friendliness towards testing. The testing activities, and the testers with it, are integrated into the teams, and testing and quality are redefined as team responsibilities. Automation nowadays is a must-have that needs to be addressed. Automation happens on multiple levels in a system, starting with unit tests. In this blog we’ll focus on functional tests at the UI level.

For functional tests timely automation can be hard due to UI dependency. A team might be “done” with work items in a sprint, but the development and automation of functional tests might not have been finished yet. Having to do such automation later is unattractive; it places the testing and automation out of sync with the other activities in the team, making it harder to cooperate.

Getting automated testing done requires a few steps. A first step is to make testing manageable in short sprints is to use a domain language approach. This can help the whole team express and communicate tests quickly. We use keyword based “actions” that are easy to manage, use and implement, and is supported well with our product TestArchitect™. We also have a tool to translate actions to and from BDD scenarios, another domain language approach.

Actions become the basis of the modular test design method called Action Based Testing (ABT), which organises the tests in “test modules”. A main distinction is made in ABT between modules for “business tests” and for “interaction tests”. In a business test one would use business level actions like “rent car” or “check balance”, while in an interaction test the actions would be at a lower level, like “select menu item” or “check window exists”.

Fitting Testing in Sprints

 

To get to automated testing “done” in agile sprints we ended up with a process that is shown in the picture. When the sprint starts the testers will create the higher business level tests. These tests stay at the same level as the user stories and acceptance criteria. Further into the sprint interaction tests will be developed when the user interfaces have become stable enough to make it worthwhile.

Also very early in the sprint interface mappings are made. We recommend that those are created without the use of an interface viewer or other spy tool. This encourages the team to define easy to maintain identifying properties for upcoming UI elements, like the “name” property in Java. This also encourages better collaboration between QA and Dev teams

When the UI becomes available the team is ready with the following:

  • Test Modules
    • Business Level Tests
    • Interaction Tests
  • Interface mappings
  • Actions – At this point actions are well thought out and finalized but not yet automated.

Automated testing in Agile Development

The automation focuses on the actions and only happens when UI’s become fairly final (if you follow the approach last-minute changes will be accommodated easily).

An additional way to relieve teams and keep automated testing in sync with development is something we like to call “Outsourcing 2.0“, which is part of our services offering as a company. In this model excess workload for test development and automation is handed over to a service group that can grow and shrink over time, and can service multiple agile teams. This way the attention of all team members can be focused on new functionalities.

About the authors

Hans Buwalda is CTO at LogiGear Corporation in California. Subu Baskaran is Product Marketing Manager, also at LogiGear.

About the Author

Hans

Hans has gotten into testing more or less by coincidence, but has enjoyed it ever since. Being in software since high-school years, Hans has gained experience as a developer, manager, and principal consultant for companies and organizations worldwide. He was a pioneer of the keyword approach to testing and automation, now widely used throughout the industry. His approaches to testing, like Action Based Testing and Soap Opera Testing, have helped a variety of customers achieve scalable and maintainable solutions for large and complex testing challenges. Hans is a frequent speaker at conferences and is lead author of Integrated Test Design and Automation.
Find out more about @happytester