Whats a great way to perfom integration testing?

后端 未结 3 556
没有蜡笔的小新
没有蜡笔的小新 2021-02-01 17:41

We have written our own integration test harness where we can write a number of \"operations\" or tests, such as \"GenerateOrders\". We have a number of parameters we can use t

3条回答
  •  暖寄归人
    2021-02-01 18:39

    You could try the Concordion framework for writing user acceptance tests in HTML files. It takes a BDD-style approach. There is a .Net port as well

提交回复
热议问题