Sobes.tech

QA / QA Automation

What exactly was Redis used for in your project?

Middle
170

Write any one of these test cases completely, including the expected results.

Middle
170

You mentioned automation and transferring manual tests to automated ones. How did you decide what to automate, and did you make this decision yourself?

Middle
161

# Write a Pytest test for the API endpoint POST /clients that creates a client. # Check: status code 201, that the response contains client_id, # and that a repeated request with the same INN returns 409 Conflict.

Middle
161

Given the tables clients (client_id, full_name, source_system) and client_events (event_id, client_id, event_type, created_at). Write a query that finds clients with no events in the last 30 days.

Middle
155

# Given a client registration form in a banking application with fields: # Full Name, phone, TIN, date of birth. # Create 5-7 test cases, # positive and negative scenarios, as well as boundary values.

Middle
152

How did you differentiate tests into smoke and regression stages? At what stage were each run?

Middle
152

You mentioned UI and UX interchangeably several times — what is the difference between these concepts?

Middle
144

Tell me, how is test case prioritization generally built in testing.

Middle
141

What testing design techniques have you personally applied in practice?

Middle
141

Write Python code to solve the previous task (test for creating a client via API).

Middle
138

Let's move on to a practical task (the task was not fully announced during the session).

Middle
131
/2