| Hmmm. I think you're looking at this the wrong way: it is not he who should be learning more about manual testing, it is you who needs to learn about how to write manual tests. Manual testing is not at all that different from, say, integration testing: you write a specification of a task that needs to be performed, you write down the expected output, and you compare it with the actual output. What you end up with is a document containing dozens of pages full of small tables with test specifications, somewhat like [1]. So, to sum it up, it is you who should be doing the hard work of finding out what to test. You make a document full of tests which are as specific as possible, and let your partner walk through it. He doesn't understand what to do? Then you failed at being specific. He cannot find the functionality you ask for? Either a usability issue, or once again, not specific enough. Hope this helps you somewhat! [1] http://www.polarion.com/products/screenshots2011/test-specif... |
Manual testing should be exploratory, it shouldn't be following a script. Computers are there to follow scripts.