This is a web automation framework built using Python, Playwright, and Pytest. I created this framework to automate the SauceDemo web application and to practice building a real-world automation ...
Cuando hablamos de desarrollar software hoy en día, es casi imposible no toparse con las APIs. Estas actúan como el pegamento tecnológico que permite que distintas aplicaciones se entiendan entre sí, ...
The most damaging LLM flaws rarely stop at an unsafe answer. They cross into retrieval systems, identity controls, tools, ...
AI agents, AI-connected IDEs (Integrated Development Environments), and coding assistants such as Claude Code, Cursor, and OpenClaw are gaining traction. Production typically relies on two distinct ...
※The previous article is that AI-automated article. What I created this time is a system where you just input an article theme, and the AI writes an article for note and saves it as a file. And this ...
This project is a UI test automation framework built using Playwright with Python and Pytest. The framework follows the Page Object Model (POM) design pattern to create reusable, maintainable, and ...
API testing tests four critical areas: endpoints, payloads, authentication and error handling before software reaches production users.
To be honest, I only learned about Playwright last autumn. At the time, I had never even written Python, and my understanding of "technology for automating browser operations" was shaky at best.