© 2023 Hashnode
#quality-assurance
Skipping a bug is generally not recommended as it can have adverse effects on an application's functionality and user experience. Even minor bugs can cause problems that can damage user trust in your …
In the world of software development and operations, there are several methodologies and practices that have gained prominence over the years. Two such methodologies that often come up in discussions are DevOps and QAOps. While both DevOps …
As a developer, I can see first hand the difference that a good bug report makes. A poorly written issue gets resolved much more slowly because of two factors: I spend more time trying to understand …
Find the complete code for this article on Github In part 1 we created a GraphQL directive @proposedNonNullable to provide a safe way of converting all our nullable GraphQL fields to non-nullable. In …
Introduction to Context-Driven Testing Context-Driven Testing (CDT) is an approach in software testing that prioritises a deep understanding of the context in which testing occurs. Moving away from th…
Every website contains some level of bugs. Here are some of the most common website bugs: Broken links: Broken links lead to 404 errors, which are frustrating for users. Check and update all website…
Software testing is a critical phase in software development, and it is an essential process to ensure the quality of the software. Quality assurance (QA) is the process of verifying whether the softw…
In the whole software development process, QA Engineer has a unique space. QA is responsible for ensuring that developed software is bug-free and works concerning technical and business requirements. …
As a software quality assurance engineer, your job is to ensure that the software product you are working on meets the required standards of quality software development is a crucial part of every bus…
Introduction In this blog we will be travelling on a journey to learn what a QA strategy is, why it should matter to you, what should be included in your QA strategy and how you can go about implement…