Systems | Development | Analytics | API | Testing

December 2022

Sponsored Post

How to Get Started with Software Testing

You've forgotten to add frontend validation to number fields, and now people are getting an error when they enter text into those fields. However, this is an issue that's easily preventable-by implementing a proper test that checks for edge cases, but how do get started with software testing? Avoiding bugs in production is just one advantage of testing, it also helps you be more confident about your applications, opens up the potential for a full CI/CD pipeline, and much more. In this post, we'll introduce you to software testing, as well as provide pointers on how to move from beginner to advanced.

How Load Testing and Mocks Work Together

If you’ve worked with load testing before, you know that there are a lot of things to consider. Whether or not you should combine load testing and mocks is one of those considerations. Getting to the answer requires knowledge of your infrastructure and your development procedures, which will all influence what questions you need to ask yourself.