Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Perl中的并行测试执行_Perl_Selenium_Parallel Processing_Automation - Fatal编程技术网

Perl中的并行测试执行

Perl中的并行测试执行,perl,selenium,parallel-processing,automation,Perl,Selenium,Parallel Processing,Automation,有人知道使用selenium在perl中并行执行测试用例吗 JUnit中是否有类似于ParallelComputer的perl模块。 我试过这个。我的测试自动化框架不支持这一点,因为这些方法是动态调用的。我的测试自动化框架不支持这一点,因为这些方法是动态调用的。 use Test::WWW::Selenium; ⋮ prove --jobs 10

有人知道使用selenium在perl中并行执行测试用例吗

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


我试过这个。我的测试自动化框架不支持这一点,因为这些方法是动态调用的。我的测试自动化框架不支持这一点,因为这些方法是动态调用的。
use Test::WWW::Selenium;
⋮
prove --jobs 10