Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.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
从ant脚本运行Eclipse WindowTester Pro测试_Ant_Eclipse Rcp_Window Tester - Fatal编程技术网

从ant脚本运行Eclipse WindowTester Pro测试

从ant脚本运行Eclipse WindowTester Pro测试,ant,eclipse-rcp,window-tester,Ant,Eclipse Rcp,Window Tester,我正在使用此脚本启动WTP测试 <ant target="ui-test" antfile="${eclipse-test-library-file}" dir="${eclipse-test-home}"> <property name="product" value="${productName}" /> <property name="application" value="${applicationName}" /> <p

我正在使用此脚本启动WTP测试

<ant target="ui-test" antfile="${eclipse-test-library-file}" dir="${eclipse-test-home}">
    <property name="product" value="${productName}" />
    <property name="application" value="${applicationName}" />
    <property name="os" value="${baseos}"/>
    <property name="ws" value="${basews}"/>
    <property name="arch" value="${basearch}"/>
    <property name="data-dir" value="${eclipse-test-home}/junit-workspace -clean" />
    <property name="plugin-name" value="${pluginName}" />
    <property name="classname" value="${testClassName}" />
</ant>


工作台已启动,但测试未运行。我是否缺少ant属性中的某些内容?

很难判断您的设置中缺少了什么,但这里有一个从ant脚本运行WindowTester测试的示例项目:

如果该示例对您有效,那么将其与您的项目进行比较并找出差异应该很容易