51Testing软件测试论坛

标题: silktest 中多个测试计划中,如果能全部运行每个测试计划中的testcase [打印本页]

作者: achang21    时间: 2009-6-15 23:22
标题: silktest 中多个测试计划中,如果能全部运行每个测试计划中的testcase
silktest 中有3个(或多个)测试计划 *.pln 文件,如果能一次全部运行每个测试计划中的testcase,希望有人能解答! thanks!
作者: lantianwei    时间: 2009-6-16 00:34
1. create a main plan file at the same folder, such as myMainPlan.pln and you have 3(p1.pln,p2,pln,p3.pln)  or more plan files
2. add below script to the new plan file:
myMainPlan
   Plan Part1
          include:.\p1.pln
   Plan Part2
          include:.\p2.pln
    Plan Part3
          include:.\p3.pln
3. save and compile it, then you can run all the test cases from it

Hope it useful for you!

Thanks,
LantianWei
作者: achang21    时间: 2009-6-16 10:43
thanks  lantianwei  !
I can handle it through this ways:  "run---run all testcase" , then  all testcae can be run.




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2