For the sake of fun, creativity and learning I recently created a corporate bullshit generator with React Native and Expo. And it was indeed a fun and creative learning experience.…
Read moreFreelance init
$ freelance init … name: Test Beacon version: 1.0 description: Freelance Test Automation starting August 1, 2018 entry point: newAssignment.js test command: always git repository: https://www.testbeacon.nl keywords: automation, DevOps, Agile…
Read moreTest Doubles: creating a Mock
In this series of posts about Test Doubles we’ve looked at the manual and tool-aided creation of a Dummy Object and the use of the Test Stub and the Test…
Read moreTest Doubles: creating a Test Spy
In this series of posts about Test Doubles we’ve looked at the manual and tool-aided creation of a dummy object and the use of the test stub. Now it’s time…
Read moreTest Doubles: creating a Test Stub
In this series of posts about Test Doubles we’ve looked at the manual and tool-aided creation of a Dummy Object. Now it’s time to discuss the creation of a stub.…
Read more