This approach clearly separates the testinglogic encapsulated in the decision scripts from the test actions and verifications performed in the test scripts.
这种方法清晰的将决策脚本中的测试逻辑封装与测试脚本中执行的测试动作和验证分离开来。
2
This feature makes testing your DAO logic easy and does not affect the data in your database.
这种特性使得测试DAO逻辑变得非常简单,并且不会对数据库中的数据造成影响。
3
These tests are evaluated automatically during testing, where they help catch logic bugs in your code.