Test Doubles: creating a Dummy Object using a mocking framework
In this series of posts about Test Doubles we’ll look at five examples. In the previous post we looked the manual creation of a Dummy Object. The conclusion was that…
Read moreIn this series of posts about Test Doubles we’ll look at five examples. In the previous post we looked the manual creation of a Dummy Object. The conclusion was that…
Read moreIn this series of posts about Test Doubles we’ll look at five examples. The Dummy Object is the first and most straightforward. Its definition is: A placeholder Object that is…
Read moreWhen writing unit or contract tests you encounter situations in which you need mock things. Given you want to test a method in Class A that uses a collaborator (class…
Read moreIt’s January which means it’s time for reflection on things achieved and things to come. I’ve accomplished more than what I put on the list one year ago. So what…
Read moreWe need to take into account that a web element, for instance a button, can dynamically go out of view depending on the screen resolution we test with. So how…
Read more