非GUI自动化系统测试框架

时间:2012-02-08 17:06:11

标签: python frameworks automated-tests system-testing

我正在寻找一个自动测试框架来测试具有以下特征的系统:

 1. Non-GUI System
 2. Has backend nodes running on multiple Linux/Unix hosts
 3. Has remotely executing processes against which we must test
 4. Results in a lot of DB access.

执行的测试是系统/集成/验收测试,而不是单元测试。与框架有关的语言不可知。任何语言/技术,只要系统适合账单,都是受欢迎的(尽管python将是首选:))。

示例场景: 我想在功能上比较产品的两个版本。

    1. V1 will run on machine 1. The results will be written to database X
    2. V2 will run on machine 2. The results will be written to database Y
    3. The table structures of V1 & V2 are very different but logically same.
    4. Same data will be pushed to machine 1 & machine 2

1 个答案:

答案 0 :(得分:2)

尝试Pysys:http://sourceforge.net/projects/pysys/

我们在用于系统测试的地方使用它,它非常好。非常灵活。