Specification Based Testing Techniques(click here to read)
- Equivalence Partitioning
- Boundary Value Analysis
- State Transition Testing
- Use Case Testing
- Cause-effect graph
- Classification tree method
- Domain Analysis
Decision Table Testing
[ISTQB glossary]
Decision table is used to:
- Capture system requirements that contain logical conditions, and to document internal system design.
- Find problems and ambiguities in the requirements.
- Record complex business rules that must be implemented by a system.
- Help in designing test cases.
How to use
- Identify the input conditions.
- Binary conditions (true or false).
- Non-binary conditions (multiple alternatives).
- Identify the actions that should be taken depending on the combinations of the identified input conditions.
- Create the different business rules by identifying a unique combination of input conditions that result in the execution of the identified actions.
- Create the test cases by transforming each rule into a test case.
- Minimize, if possible, the identified test cases.
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.