DevTurtle
Home Page
Who I am?
CATEGORIES
AI
DevOps
LEARN
Spring AI
LangChain
Playwright
Test Automation
DevOps
Introduction to Automated Testing in Software Engineering
In the world of software engineering, code quality is critical to ensuring that applications are robust, scalable, and error-free. A crucial way to ensure that software works as expected is through automated testing. These tests are an essential practice for improving quality and reducing the time it takes to find and fix bugs. In this […]
DevOps
API Test implementation tutorial with Playwright
Modern applications often rely on APIs (Application Programming Interfaces) to implement communication between frontend and backend or to integrate third-party services. Therefore, the quality and reliability of APIs is crucial. In this tutorial, we will see how to use Playwright to perform API tests effectively. In the previous articles of this guide we have already […]
DevOps
Playwright – Recording navigation tests with Visual Studio Code
As we have already seen previously, Playwright is an excellent tool for implementing automatic E2E tests. The tool has numerous features that allow you to write tests easily and with just a few lines of code. Its native integration with the Visual Studio Code development environment greatly increases its versatility and ease of use. In […]
DevOps
Introduction to Playwright – E2E Test Script Tutorial
As we have already seen in our Introduction to Automated Testing article, in the world of software development, product quality is very important. With the increasing complexity of web applications, it has become essential to have testing tools that are both powerful and easy to use. In this scenario, Playwright has emerged as one of […]