BLOG

Search

Theoretical Audio Testing

What is audio testing? Audio apps are extremely common nowadays and represent a significant part of our lives. To ensure an excellent user experience, their specifications must be tested thoroughly and work flawlessly.  In this article, we’ll discuss the theoretical aspects of audio files and audio testing, creating a testing base before starting the actual...

Introduction to Postman

Introduction 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, it’s a tool used in development and testing. It’s one of the most powerful...

Here’s a good practice for ticket workflow – add priority and severity levels Bug Priority vs. Severity Levels     Although they’re connected, it’s important to note the differences between them.  Who sets the priority of the bug?  Stakeholders, project managers, the product owner, or the client. This helps prioritize the workflow based on the business needs.  Who’s responsible...

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, rebasing means updating the branch with the latest code from the master branch. This way,...

WHAT DOES STLC MEAN? STLC – Software Testing Life Cycle is a rigorous process that includes many different activities. Test execution (including checking of results) is only one of these activities. The test process also includes test planning, analyzing, designing, and implementing tests, reporting test progress and results, and evaluating the quality of a test object. Next, we’ll...

Introduction JIRA, a versatile project management tool, empowers teams to streamline work processes through effective workflows, boards, and priority levels. In this comprehensive guide, we’ll dive into the intricacies of JIRA’s workflow stages, board columns, and priority levels, equipping you with the knowledge to optimize your project management. Remember that the workflow and the boards...

Finding the right information on time can be challenging when working with large files in the terminal. Especially log files, which contain lots of details about the activity of a system.    Luckily, there are also lots of file-searching tools to cut through unnecessary info and get only the data that interests you.  We’ll make...

Local Branch Compiling First, the project needs to be cloned locally. For this, use the “git clone” command in the terminal and add the project link (git clone + link); After the project is cloned, access the project folder in the terminal and using the command “git checkout” + the desired branch, access the local...

QA Cheatsheet

Introduction Our QA cheatsheet is a must-read before trying out a new feature.  Before we start, validate that the newly added feature integrates well with the existing system.  Most times, developers don’t know the entire product as well as a QA (who investigated it thoroughly). There will be a lot of edge case bugs if you do...