filmov
tv
End to end functional tests that can run in milliseconds | Nat Pryce | CukenFest London 2017
![preview_player](https://i.ytimg.com/vi/Fk4rCn4YLLU/maxresdefault.jpg)
Показать описание
On our current project, we fell into several well-known pitfalls with our approach to functional testing -- siloed responsibility, unreliable automation, duplicated code. We had to rethink our approach.
We took advantage of our application's "Ports-and-Adaptors" architecture to write tests in a different way. Instead of working "outside-in", starting by driving the GUI, we now write functional tests that exercise the domain model in isolation. To exercise more of the system, we translate the inputs and assertions in the tests from the level of the domain model into interactions at wider and wider scales. We can now run the same tests directly against the domain model, against service interfaces, and through the UI in end-to-end system tests.
We are having our cake and eating it too!
In this talk I'll describe the motivation and design of our functional test infrastructure, and discuss its benefits and challenges.
Nat Pryce has been doing TDD for a long time. He is one of the authors of Growing Object-Oriented Software Guided by Tests. He is currently working with Springer Nature, helping them build a platform for the submission and review of scientific research.
We took advantage of our application's "Ports-and-Adaptors" architecture to write tests in a different way. Instead of working "outside-in", starting by driving the GUI, we now write functional tests that exercise the domain model in isolation. To exercise more of the system, we translate the inputs and assertions in the tests from the level of the domain model into interactions at wider and wider scales. We can now run the same tests directly against the domain model, against service interfaces, and through the UI in end-to-end system tests.
We are having our cake and eating it too!
In this talk I'll describe the motivation and design of our functional test infrastructure, and discuss its benefits and challenges.
Nat Pryce has been doing TDD for a long time. He is one of the authors of Growing Object-Oriented Software Guided by Tests. He is currently working with Springer Nature, helping them build a platform for the submission and review of scientific research.
Комментарии