Software Testing Articles: Load Testing, Unit Testing, Functional Testing, Performance Testing, Agile Testing, DevOps
The test pyramid is a concept invented in 2012 by Martin Fowler and defined as “a way of thinking about how different kinds of automated tests should be used to create a balanced portfolio.” The Test Pyramids is a common way to define and structure your test strategy, to organize the different test techniques, tools, and to manage the test automation effort.
If you perform software testing as a software quality assurance (QA) engineer, you have to deal with many documents that are not all produced during your activities. This article discusses the software testing documentation that is important for software QA engineers, like the product requirements document or the user guide.
You might think that the role of a software quality assurance engineer is just to test the applications before they are delivered to the customer. In this article, Oleksandra Melnikova shows us however that QA people have much more to offer to software development teams.
Have you ever met a widely known Selenium issue that drag and drop gesture doesn’t work for Selenium in some cases? This bug has been around for years and Dmitrii Bormotov will tell you how to resolve it, especially in just a few lines of code if you use Python.
PractiTest has released its eighth annual State of Testing© report containing insights from software testing professionals from around the world. This document confirms the growth of test automation and that software testers are working more and more outside their traditional QA silo.
One of the question that is often spotted on software testing forums is “How can I get a job as a software tester if I have no experience?” In this article, Mirza Sisic shares with us some tips on how he managed to achieve his goal of starting a software testing career.
Hardware-as-a-service (HaaS) allow using distinct hardware components through the Internet analogously to the cloud services. This article discusses the differences of the testing approaches that could be used to test hardware compared to software.