logo logo
Technical Skills That Don't Involve Coding for Testers

Technical Skills That Don’t Involve Coding for Testers

When we say technical skills, many of us think about test automation and coding. But those are not the only skills testers should have. And even testers who don't write code at...

Tester’s Month Story – A Complete Guide To Set up Charles Proxy Tool In Any QA Environment

Tester’s Month Story – A Complete Guide To Set Up...

Charles is an HTTP proxy monitor that allows a tester to view all of the HTTP and SSL/HTTPS traffic between their machine and the Internet 🌐 This includes requests, responses,...

Tester's Month Story - Tips And Tricks For Automation Using Postman

Tester’s Month Story – Tips And Tricks For...

Postman is one of the popular API testing tools in the market. In this article, I will share some tips and tricks for automation using Postman. If you'd like to learn the basics...

Rest API Automation From Scratch

REST API Automation From Scratch

In this article, we will learn how to perform REST API automation by using Rest Assured, and understand some terms & terminologies related to API testing. First, let's start...

API testing 101

API Testing 101

Many software testers may perceive that the software testing landscape is changing. More and more testing positions are requiring you to have coding abilities. The software...

Test Automation and its Importance in Modern Software Development

Test Automation and its Importance in Modern Software Development

On June 4, 1996, European Space Agency’s Ariane 5 Flight 501 was destroyed 40 seconds after takeoff 🤯 The billion-dollar rocket self-destructed due to a bug in the on-board...

Github Mascot

Using GitHub Actions to Run Automated Tests

GitHub Actions provide workflows for Continuous Integration (CI). They can be invoked from various triggers, but this article specifically focuses on pull requests. By running...

Be Descriptive With Your Test Failures

Be Descriptive With Your Test Failures

Descriptive test failures can save time and money. While the return on investment may not be immediate, future developers (possibly yourself), will appreciate the effort....