BetterQA insights: Copilot isn’t slow. Context is.

BetterQA insights Copilot isn’t slow. Context is.

Introduction Recently, I asked a developer on our team a seemingly simple question: “If you’re using GitHub Copilot, why does it still take time to push commits?” You’d think with AI writing code, delivery would happen at lightning speed, right? That’s the assumption we’re all tempted to make when new tech promises a boost in […]

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     Though bug priority and severity are closely related, they are not the same thing. Each plays a unique role in guiding the team on how to address defects. Who Sets the Priority of a Bug? The bug priority is […]

STLC – Software Testing Life Cycle

postare9

WHAT DOES STLC MEAN? STLC, or the Software Testing Life Cycle, is a structured, step-by-step process designed to ensure that software is thoroughly tested and meets the required standards. It’s not just about executing tests and checking results, the software testing life cycle is far more comprehensive than that. The process includes test planning, test […]

Angular CLI – Local Branch Compiling for Mac Users

postare 11

Introduction When working with Angular projects, especially in a development or collaborative environment, it’s common to need to compile and run a specific branch locally. For Mac users, this process is relatively straightforward, but there are some essential steps that must be followed to ensure everything works properly. This guide will walk you through the […]

How to Add a Bug

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