Did you track quality assurance metrics: defects and automated tests?
QA / QA Automation
Approximately how many test cases were on the project: dozens, hundreds, or thousands?
If the "Submit" button is clicked but nothing happens, how to localize the problem between frontend and backend?
Did you increase coverage of key components with automated tests to 85%? How was this figure calculated?
Which HTTP methods are idempotent?
Have you done cross-browser testing?
What should a good bug report consist of?
Have you worked with cron workers and what are they used for?
Who is responsible for onboarding and how is the onboarding of a new employee organized?
What do you understand by testing, QC, and QA?
Are pytest and requests used in the standard configuration or did the team customize them?
What is the difference between HTTP 401 and 403?
Tell me more about how research testing was implemented in the project.
What criteria should well-written requirements possess?
Do you work with AI tools?
Are auto tests run in Jenkins?
Have you used Postman sections Pre-request Script and Tests (post-response)?
Are automation tasks performed in Python with pytest and requests?