Often there appears to be confusion about the concept of Behavior Driven Development (BDD) and far too often BDD is seen as a testing approach. Is this maybe because BDD grew from a response to Test Driven Development (TDD), as explained by BDD pioneer Daniel Terhorst-North? Although there may be misunderstandings regarding the concept of...
“That looks very nice and it works fine. But sorry, it’s actually not what we wanted” Do you recognize this? Off course you want to prevent this, because it indicates that you have delivered a product that might look nice and works fine but is not in accordance with the customers wishes. Still 35% of...
Nowadays more and more test activities are being automated, especially when it comes to executing test cases. But what about the development of test cases? Are the test cases still being developed in a structured way with a certain test coverage and based on a well-considered risk? When there is a change in the test...
It has been well known for some time that Model based Testing (MBT) has a lot of advantages over other testing approaches. One of the advantages is that you can generate the test cases out of a test model automatically and that only this test model needs to be maintained. In addition, MBT fits perfectly...