What percentage of coverage do these 350 tests represent for all test cases/scenarios?
QA / QA Automation
Have you measured anything related to test coverage?
You have JUnit and TestNG living together in one project, how is it organized?
Do I remember correctly that we agreed to use 'tu' — is that comfortable?
What kind of tests do you have — component, integration? How many?
So your tests are integration tests — one service goes into another service or into a database?
Do you have a common database of all test cases?
How do you solve problems with test data on the staging environment (re-running tests, data conflicts in the database)?
Do requests go directly to these external services and do you receive real responses?
How do you handle the release deployment process (dev → staging → prod)?
Are you familiar with the CRPT/"Honest Sign" product marking system — the codes on products that need to be scanned in stores?
What should a tester do before meeting with an analyst and developer regarding a new enhancement (test design preparation)?
So, do you still mock neighboring services?
Tell about your work experience, workplaces, and responsibilities.
Who created the testing framework, who wrote it?
Are these other services part of your system or external systems?
Have you studied automation or taken courses?
Are you familiar with the overall organizational structure of CRPT (matrix structure, vertical and horizontal teams) — can you describe the process from business task setting to testing?
Does your service interact with external services? How many?
Are your tests located in a separate framework?