Become a sponsor to romsper
romsper
I'm Roman Speranskii, the creator and maintainer of several projects for testing specialists. I'm dedicated to building tools that help to improve testing skills. Your sponsorship helps me dedicate more time to new features, bug fixes.
[1] testing-basic-automation-frameworks
This repository contains basic, foundational projects for test automation frameworks.
Link: testing-basic-automation-frameworks
[2] testing-playground-frontend
A simple web application designed to be a "playground" for practicing UI automation testing.
🎯 About This Project
Feel free to use this playground to:
- Improve your UI automation skills.
- Experiment with different automation tools (like Selenium, Playwright, Cypress, etc.).
- Test new automation techniques on various web elements.
- Contribute new features and improvements to the playground itself.
Link: testing-playground-frontend
[3] testing-playground-backend
A simple REST API designed to be a "playground" for practicing API automation testing.
🎯 About This Project
Feel free to use this project to practice your API automation skills. You can use any tool (like Postman, RestAssured, Supertest, curl, etc.) to send requests and validate responses against a live, local server.
Available Endpoints
The API provides several standard CRUD (Create, Read, Update, Delete) endpoints for you to practice on.