- What are positive scenarios ?
- What are negative scenarios ?
- What is a good test case?
Accurate - tests what it’s designed to test
Economical - no unnecessary steps Repeatable,
Reusable - keeps on going
Traceable - to a requirement
Appropriate - for test environment, testers
Self standing - independent of the writer
Self cleaning - picks up after itself
- What's a 'test case'?
A test case is a document that describes an input, action, or event and an expected response, to determine if a feature of an application is working correctly.
A test case should contain particulars such as test case identifier, test case name, objective, test conditions/setup, input data requirements, steps, and expected results.
No comments:
Post a Comment