Sobes.tech

QA / QA Automation

Let's make the task more complex: now the program should determine the type of triangle (by sides), with a range of values from 1 to 10. What test scenarios would you apply?

224

Practical task: a screen with 3 fields (triangle sides A, B, C) and a "calculate" button to determine if the triangle is isosceles. What types of tests and checks would you perform?

189

The same situation, but now LEFT JOIN with readers on the left. What is the minimum and maximum number of records that can be returned (with an example: 3 readers took 3 books each, 1 took 1 book, 1 did not take any)?

165

Practical task: 2 tables — readers (5 records) and borrowed books (10 records), data consistency is unknown, one physical book cannot be with more than one reader at the same time. What is the minimum and maximum number of records that can be returned as a result of INNER JOIN of these tables?

164

What types of triangles are classified by angles (acute, right, obtuse), and what sets of numbers (side lengths) can be used to verify each type?

162