Test design: specifying test cases
- Basically test design is the act of creating and writing test suites for testing a software.
- Test analysis and identifying test conditions gives us a generic idea for testing which covers quite a large range of possibilities. But when we come to make a test case we need to be very specific. In fact now we need the exact and detailed specific input. But just having some values to input to the system is not a test, if you don’t know what the system is supposed to do with the inputs, you will not be able to tell that whether your test has passed or failed. [Read more…] about What is Test design? or How to specify test cases?