Sobes.tech

QA / QA Automation

Implement a setup_items() fixture that can accept an argument 'count' with an integer value. The fixture should generate 3 random values and return them in the test.

Senior
285

What is a Page Object? Tell me about the pattern.

Middle
284

How do the git pull and git fetch commands differ in the process of working with a repository?

Junior — Middle
279

What levels are included in the test pyramid structure?

Junior — Middle
277

What are fixtures? Why are they needed?

Middle
274

What components does the 'git pull' command consist of and how does it interact with the repository?

Junior — Middle
271

Name the types and levels of testing.

Middle
267

Have you ever worked with a query plan in a database (EXPLAIN/EXPLAIN ANALYZE)?

Senior
266

How to choose a mobile device for testing, what will you focus on?

Middle
266

What are the advantages and disadvantages of using XPath compared to CSS selectors in test automation or document parsing?

Junior — Middle
266

The method places an order on the website. It accepts: 1. List of shipments with products 2. Expected delivery date for each shipment 3. Delivery address with comments 4. Payment method, e.g., bank card. Limit on address.comment length - 200 characters Limit on shipments - 200 objects You need to test (create a checklist of checks) this method. POST /order { "shipments": [ // shipments/boxes with products { "id": "number", "date": "number" // Expected delivery date } ], "adress": { "id": "number", "comment": "string", "is_leave_at_door": "boolean" // leave at the door }, "payment_method": "string" # card / apple_pay }

Senior
253

How to add list clearing after test completion? What is the difference between yield and AdFinalizer?

Senior
253

Find users with a large cart, whose total number of items exceeds 300.

Senior
253

What criteria should be used when choosing HTTP methods POST, PUT, and PATCH for resource update operations?

Junior — Middle
252

Tell me about your last workplace: project, processes, responsibilities, and tasks.

Senior
251

What sniffers did you use? Tell me about their functions and why they are needed.

Middle
248

Write a function that prints the string <Name> at an interview in <company>, by default assuming the company is Ozon, but you can create your own company.

Middle
246

How did you run UI tests on CI? What did you use?

Senior
243
/5