Unity Interview Question

How would you test a shopping cart feature on a website?

Interview Answer

Anonymous

Aug 11, 2020

Enumerated all the possible cases I could think of. Positive cases, negative cases edge cases and user error cases. Always tried to explain why I am testing whichever case I am testing if it wasm't trivially obvious.