© 2023 Hashnode
#qa
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 …
What does code quality look like in mechanical terms? Multiple books have been written on the subject, so I won’t attempt to explain in-depth. But to give an overview, high-quality code is code that c…
During software development, different types of defects/bugs show up with the software. These bugs/defects are identified by testers and resolved by developers throughout the development process to de…
Kubernetes and Quality Assurance in the same sentence? Well, contrary to what many people may assume, Kubernetes isn’t just for DevOps. In this article, we’re going to explain the benefits of using Ku…
What is software testing? Software testing is the process of evaluating and verifying that a software product or application does what it is supposed to do. It is an investigation conducted to provide…
The rapid shift in the use of technology has impacted testing and quality assurance significantly, especially around the cloud adoption of agile development methodologies. With this, the increasing im…
Are you considering a career change from a retail cashier to a QA (quality assurance) automation engineer? If so, you may be wondering what steps you need to take in order to make this transition. Here are some tips to help you successfully…
Let's start our baby steps from here... From the recent blog, we got to know that the below methods play a major role in Selenide writing any test script - open(URL) = To launch the URL mentioned. $(selector) = returns the object of the f…
Unit testing is typically software testing within the developer domain. As the QA role expands in DevOps, QAOps, DesignOps, or within an Agile team, QA testers often find themselves creating unit test…
What is Functional Testing (in a deeper context)? Process of verifying a system working as expected when its functionality is examined by a user or by another system. A few of them might include - Un…