Diving into e2e testing with Cypress
Our 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 moreTesting
Our 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 moreIs testing like the little sister we have to take everywhere, but nobody wants to have her with us? What is our experience with software testing? Testing is annoying, time-consuming and is often omitted because time is running out at the end of a project. Some may ask the provocative question, why should we test at all? Is the benefit of testing higher than the cost?
Read more