Testing dates with Jest
This post shows how to add tests to JavaScript code that uses Date or moment functions. I will explain how to mock dates and how to make tests independent from the timezone.
Read moreTesting
This post shows how to add tests to JavaScript code that uses Date or moment functions. I will explain how to mock dates and how to make tests independent from the timezone.
Read moreOur last post about Cypress only touched the surface of what we can accomplish with this new framework. This time, we will cover more advanced features with complex examples.
Read moreDid you know that you can write end-to-end tests without Selenium? Let's get to know Cypress, the trendy testing framework you were waiting for.
Read moreAgile software development is the state-of-the-art procedure in project management. What role does testing play in the agile world? In the Scrum methodology, however, the terms QA or testing does not apply. How can we ensure the quality of our product through testing processes within agile development? Learn how testing drives our agile project development to deliver value.
Read moreIntegrating external services into an application is often challenging. Instead of doing the testing manually, the setup could be tested also automated. In case you are using Spring Boot, for a couple of services there exist an integration. This blog post will show how you can setup your Kafka tests to use an embedded Kafka server.
Read more