Lorenzo Greco: Robot Testing in Flutter

Опубликовано: 01 Ноябрь 2024
на канале: FlutterLDN
550
20

Testing is a crucial part of our development process, but sometimes we tend to write very verbose tests that are hard to understand and full of boilerplate code.

In this talk, I’ll introduce you to the “Robot pattern”, an alternative way of writing tests that will help you to define a common approach within your team to make tests more readable, reuse more code and isolate implementation details so that tests are also more understandable by non-technical stakeholders and teammates outside of the engineering team.