Manual QA Interview Preparation

Manual QA interviews check your testing fundamentals: how you design test cases, report bugs, judge risk and decide what to test first. These are the questions that come up again and again.

practice-questions

question 01 / 280/0 correct so far

Which element is the most important part of a good bug report?

coding-challenges

1

Write a bug report

In the store app, imagine the cart badge stays at 0 after adding a product. Write the complete bug report you would file.

2

Design test cases for login

List the 8 test cases you would run first on the Nimbus login page (email, password, remember me, forgot password link).

Solve it in the editor →
3

Build a decision table

Shipping is free on orders above 50 euro. Members always get free shipping. Everyone else pays 4.99 euro. Write the decision table and a test case for each row.

other-tracks