Categories
Software Testing

Test Kubernetes environment before going live

In this post, I will talk about what you need to pay attention to after migrating your application to an infrastructure managed by Kubernetes. Here I will list the main steps to follow no matter what your application is about. Your team may insist that no testing is required. After all, Kubernetes is designed to…

Categories
Software Testing Tools

Intercept request and response with Burp Suite

When you’re testing a new feature, it’s quite common for the back end and front end to come into testing stage at different times. If testing the back end without a front end is a fairly easy task, then testing the front end without a back end can be challenging. You need to find a…

Categories
Software Testing

An unusual and useful way to empower testing using checklist

Testers often use checklists. Each team has a different approach to how and why to use the it. Some people think that testing is impossible without a checklist or test cases, while others think that we don’t need it at all. Let’s see what approach I use. What is a checklist? First of all, let’s…