BLOG

This article will show you the QA perspective of managing local git repository. You’ll also find out how to rebase and clean …

STLC – Software Testing Life Cycle is a rigorous process that includes many different activities. Test execution (including checking of results) is only one …

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 …

Finding the right information on time can be challenging when working with large files in the terminal. Especially log files, which contain …

If you want to find out how to compile a local branch (using a LAN IP address) to access it from any …

QA Cheatsheet

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 …

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

QA Morning Routine

To be successful, a QA engineer has no choice but to be a well-organized person. Everything must be structured clearly so their …

Protractor Quick Guide

Initial Setup In our case, following the Protractor’s guide didn’t help us out too much when it came to starting an automation project.  So, …