The results of clever modeling is that the tests can easily be automated. In the automated scripts you use the same modular structure as you do in the hand scripts based on the process models. The modular way that you set-up the test scripts will now pay off. The only difference between the different tests is that each time other requirements are set to False or True, and the data is different in each test. True/False and data can be defined in automated script using parameters. So if you create one “mother script” which you can use for all tests. Automation is supposed to be effective if you repeat a test at least 5 times. Suddenly automating test scripts can be very effective… because of the structured way you modeled the requirements. Time saver number 3. Because of the modular structure plus the separate logic and data, the scripts for both manual and automated testing can be easily maintained.