BUILD FAILED
D:\ProgramFiles\jakarta-jmeter-2.1.1\mytest\web3\build.xml:18: antcall task call
ing its own parent target.
ant 运行报错
BUILD FAILED
D:\ProgramFiles\jakarta-jmeter-2.1.1\mytest\web3\build.xml:19: ant task calling
a target that depends on its parent target 'test'.
d,不过从前者的结果看,是不能call its own。因此我将原target test一样考贝一份取名test2。
则在test中< antcall target="test2"/>,在test2中< antcall target="test"/>,这样运行就可以达到
我想要的连续测试的要求。
3,只是这样也有缺陷,因为这没有编程功能,不能在之中加入比如测500次或测24小时后就不再antcall
而结束的功能。所以要在你想停止的时候手动停止了。
4,这样xslt转换就不能写在这个功能中了,最后手动停止后再做xslt转换或直接在xml中加入xsl显示即可。
D:\ProgramFiles\jakarta-jmeter-2.1.1\mytest\web3>ant
Buildfile: build.xml
test:
[jmeter] Executing test plan: D:\ProgramFiles\jakarta-jmeter-2.1.1\mytest\web
3\web1.jmx
[jmeter] Created the tree successfully
[jmeter] Starting the test
[jmeter] Tidying up ...
文章来源于领测软件测试网 https://www.ltesting.net/