Tools

Testing Tools in software testing can be defined as products that support various test activities starting from planning, requirement gathering, build creation, test execution, defect logging and test analysis.

Getting Started With API Testing

If you are a junior looking to enhance your skills or a more experienced tester looking to revise your knowledge, you came to the right place.  This article will present what API testing is, what tools you can use, and...

Introduction to Charles Proxy on MacOS

Charles is a fast and powerful recording tool you can use to inspect and analyze requests made from/to your computer. Providing many essential features, I’ll quickly describe below some of the main ones, including the SSL Proxying, Bandwidth Throttling, and the general overview...

Introduction to Postman

This article is meant to provide a short and comprehensive guide on how to use Postman. Without this tool, a QA couldn’t live long and prosper during the troubled times a Sprint leads to. What is Postman? In a nutshell,...

The QA Perspective of Managing Local Git Repository

This article will show you the QA perspective of managing local git repository. You’ll also find out how to rebase and clean your branches. Buckle up! Managing your local git repository from a QA perspective 1- Rebasing your branches Basically,...

JIRA Workflow

Ticket status explained: Submitted: All the tickets we create end up with this status, placed in the backlog. To Do: We selected the tickets in the current sprint but haven’t started working on them yet. *Note: You might not need both Submitted and...