bugs

Bugs

Bugs of the Month: Winter Edition

It’s 2023, and we return with a new entry in our Bugs of the Month series for the latter part of Q4 2022.  Let’s hope the new year will bring even more bug hunt results to help us deliver functional...

Bug Priority vs. Severity Levels – How to Identify Them

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,...

STLC – Software Testing Life Cycle

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,...

Angular CLI – Local Branch Compiling for Mac Users

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...

How to Add a Bug

One of the most important roles of a QA tester, among other things, is to find problems within the software that's being tested and report them to be fixed. This means that reporting a bug correctly is essential to its...