Mastering JIRA Workflow, Board, and Priority Levels
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 […]
File Searching in the Terminal
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 […]
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 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 […]
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
Successful QA Morning Routine
What is it like to have a 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 QA work can be as efficient as humanly possible. From our experience, some habits have proven to be essential in giving the […]