© 2023 Hashnode
#quality-assurance
If you're new to software testing, it can be overwhelming to learn all the terminology used in the field. But fear not! I've prepared this handy list of 15 common terms you need to know to ace your ne…
API testing is a critical aspect of software testing that helps to ensure that the interfaces between software applications are functioning as intended. APIs are essential for enabling software compon…
Are you considering a career in software quality assurance engineering? It is an exciting field that can offer great job security, work flexibility, competitive salaries, and the chance to work in any…
What does the Bug Bash event entail? A bug bash is an activity through which is performed developers, testers, program managers, designers, and even marketers, put aside their usual daily duties and t…
Are you tired of constantly encountering bugs and glitches in your software? Are you spending endless hours and money on testing with no guarantee of success? Look no further, because we have uncovere…
This article covers an introduction to code reviews, their benefits and disadvantages, and the importance of code review in software development. We also covered types of code reviews, and best pract…
Quality assurance is an integral part of any software development process. The goal of quality assurance is to ensure that the software is free from defects and meets the requirements of the end users…
Testing is a vast landscape that consists of several categories like black-box testing, white-box testing, system testing, system integration testing, performance testing, and load testing. Some of th…
There are different testing techniques to effectively carry out the testing process. Each of those techniques can be classified as Static Testing and Dynamic Testing. Static testing is the verificatio…
The phrase that appears in the subtitle of this post was said by Michael Bolton: The problem is not that the test is the bottleneck. The problem is that you don't know what is in the bottle. That is …