This mentoring session will cover an abbreviated set of the basics of KUnit, going over how to test some simple self-contained code as well as strategies for how to test more complicated pieces of code. Topics will include: parameterized testing, dependency injection, compile time indirection, and more.
This mentoring session will cover an abbreviated set of the basics of KUnit, going over how to test some simple self-contained code as well as strategies for how to test more complicated pieces of code. Topics will include: parameterized testing, dependency injection, compile time indirection, and more.
The shift towards microservices and modular applications makes testing more important and more challenging at the same time. Learn more here.
API endpoint when you send the get request to that URL it returns the JSON response. In this article, I am going to use postman assertions for all the examples since it is the most popular tool. But this article is not intended only for the postman tool.
The demand for delivering quality software faster — or “Quality at Speed” — requires organizations to search for solutions in Agile, continuous integration (CI), and DevOps methodologies. Test automation is an essential part of these aspects.
What do you do when you have lots of free time on your hands? Why not learn test programming strategies and approaches?
In this article, look at different ways to test microservices and how you can have a suitable testing strategy to begin with.