Sobes.tech
Senior

Tell me about the last project: tech stack, role, what was tested, how automation was organized.

sobes.tech AI

Answer from AI

In the last project, the stack used was: Java Spring Boot for backend, React for frontend, and PostgreSQL database. My role was senior test automation engineer. The main focus was on functional and integration testing of REST API.

Automation was organized using JUnit and RestAssured for API testing, and Selenium WebDriver with TestNG for UI testing. Tests were run in a CI/CD pipeline Jenkins, which ensured regular runs with each commit. Allure was also used for reporting.

We tested:

  • Critical business functions
  • Data validation
  • Authorization and authentication
  • Error handling

Automation helped reduce regression testing time from several days to a few hours, increasing release stability.