How can you localize the problem when an error occurs in the front end during a method call?
QA / QA Automation
Do you know what a tester should do in our team?
How did you obtain builds? Have you ever built manually? What is the difference between a debug build and a release?
Can pairwise testing be applied to this task?
Locator strategies in Appium for mobile elements — which do you know, which have you used, pros/cons?
Can you describe how you would automate an authorization scenario in a mobile app? Test cases, structure, Page Object?
We have a component interaction scheme: Suppose these are services designed to create and manage events for HR managers. We send a message to Service 1 (deployed in Kubernetes) to get or edit data via REST API. Service 1 processes the data and then sends it to Kafka. Service 2 (also deployed in Kubernetes) reads messages from Kafka and transforms all received information into another format, then stores it in a database. We as users sent a request to create an event via REST to Service 1, then checked for this event in the database with a Select query. But the event was not found in the database. We started investigating the problem and found that the message got stuck at Kafka — it was simply not read by Service 2. How will we troubleshoot to find out why the message was not read?
Login form: you enter a valid username/password, click login, and nothing visually happens. How would you investigate this and what could be the cause?
How would you find an element locator? Would you be able to add an ID to the application yourself?
What are you currently looking for in a job and are you ready to fill gaps in your stack (Kafka, GitLab, Kubernetes)?
Questions for the team: how is the testing process organized, what is the ratio of manual to automated testing?
What was the ratio of manual to automated testing in your last project?
How did you approach testing technical specifications (TS)?
How did you test payment systems? How did you run transactions?
What do you see as the difference between testing a mobile application and a web application?