Below are the four common steps, tester should use to generate test design using MBT.
1. Understand the requirements and list down all functional points for the requirement – Analyze the requirement and break each requirement into number of functional points, which has some inputs and responsibilities.
2. Associate each of the functional points with sequence or as use case – This step will link each of the functional points to connect with other functional points to archive our goal or requirement.
3. Provide structural information in the model – To accomplish this, normally UML diagram will be used which helps to understand the flow of the model.
4. Provide behaviors information for each of the listed functional points – This step tells what all parameters each functional point takes and what its responsibility and what its output is. This step is important as this step gives clarity for analyzing model to generate test design.
1. Understand the requirements and list down all functional points for the requirement – Analyze the requirement and break each requirement into number of functional points, which has some inputs and responsibilities.
2. Associate each of the functional points with sequence or as use case – This step will link each of the functional points to connect with other functional points to archive our goal or requirement.
3. Provide structural information in the model – To accomplish this, normally UML diagram will be used which helps to understand the flow of the model.
4. Provide behaviors information for each of the listed functional points – This step tells what all parameters each functional point takes and what its responsibility and what its output is. This step is important as this step gives clarity for analyzing model to generate test design.