Tutorials and resources on how to apply test automation in software testing
Quality Gates (QGs) are special automatic product quality checks that should set software quality thresholds for the “movement” of code along the virtual software development pipeline. In this article, we analyze Quality Gates as a technique for software quality assurance, and also propose a roadmap to implement them in your software development projects.
Playwright is a open source framework for Web Testing and Automation developed by Microsoft. It allows testing Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web test automation that is always green, capable, reliable and fast. You can use the Playwright API in TypeScript, JavaScript, Python, .NET and Java.
JMeter is an open source test automation framework developed under the stewardship of the Apache Foundation that is mainly used for performance and load testing. This article provides pointers to documentation, tutorials, courses and videos to learn to use JMeter.
The software development industry is expected to have an annual growth rate of 5.72% in 2023-2027 resulting in more competition in the market. To compete with rivals, you need to increase your company’s efficiency and project delivery speed while also enhancing the quality of your software.
The creation of a TestOps infrastructure is a demanding task. TestOps (or test operations) refers to the discipline of managing the operational aspects of testing within the software delivery lifecycle. In this article, we focus on theoretical and technical aspects, and discuss some case studies to consider.
Postman is an open source API platform for building and using APIs that has over 10 million users worldwide. Postman simplifies each step of the API lifecycle and streamlines collaboration, so you can create better APIs.
Previously, I have written an article about testing API services with Java. I think that it would be a nice idea to write an article about more general test framework, which will contain parts for testing Web UI, be capable to interact with DB and has logging and advanced reporting.