For those of you that are coding tests the concept of UI Handlers is probably a known fact. It’s one of the first technical things I explain in my test automation course and I call it the third pillar of the testability framework in Business...
In chapter 6 of my book, on pages 109 and 110, the data model and business logic changes for the Lookup Value business case are listed and discussed.
One way or another these changes are covered by most of the test examples worked on ...
As I explain in my book with test example 8 in chapter 8, the testability framework – or actually the test toolkit – does not provide for layout testing, only dataset testing.
Those who bought both the 1st and 2nd edition of my ...
Dear readers, customers, students … dear fellow human beings.
It’s a little over 10 years that I got the opportunity to start my own business, fluxxus.nl.And through this I got the chance to get in contact with you. To work with you, to teach ...
Time for another addendum to my book: simplifying API testing.
In the first part of Chapter 13, Testing Incoming and Outgoing Calls, I discuss how you can go about testing incoming calls, i.e. calls to your APIs. In this I followed the app...
by Jason Gumpert, editor, MSDynamicsWorld.com
Last December the 2nd edition of Luc van Vugt’s book Automated Testing in Microsoft Dynamics 365 Business Central was released by Packt Publishing. The book aims to explain how to “effici...
At the end of the second post of this series I left you hanging just when I was ready to really start refactoring. Sorry for that and shouldn’t let you no longer. So, here we go.
Refactoring can start
But where to start? Well, letR...
In the first post of this series I started with stating the intention that …
I would like to display a very simple, though instructive, example of how easy refactoring works when you have both app and test code at your disposal.
And tha...