Bugs of the Month: Winter Edition

Add a heading 5

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 products. BUG #1: Event schedule errors Project context: An application that runs through Microsoft Teams. […]

Bug Priority vs. Severity Levels – How to Identify Them

postare7

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 […]

STLC – Software Testing Life Cycle

postare9

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 […]

Angular CLI – Local Branch Compiling for Mac Users

postare 11

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 […]

How to Add a Bug

postare12 1

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 removal and improving the overall experience