Perl中的并行测试执行

时间:2012-05-18 06:52:57

标签: perl selenium parallel-processing automation

有没有人知道使用selen在perl中并行执行测试用例。

在JUnit中是否有类似于ParallelComputer的perl模块。

1 个答案:

答案 0 :(得分:1)

In your test files:

use Test::WWW::Selenium;
⋮

Call the harness:

prove --jobs 10