susshshshah parent
How do you know what tests to write if you don’t understand the code?
Same way you normally would? Tests are concerned with behaviour. The code that implements the behaviour is immaterial.
How do you do TDD without having code in the first place? How do QA verifies without reading the source?