Changes between Version 4 and Version 5 of jmeter


Ignore:
Timestamp:
09/04/2012 11:03:27 AM (14 years ago)
Author:
chenyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jmeter

    v4 v5  
    177177jmeter 提供了一个ant xslt转换jtl测试报告的例子,提供了一个非常漂亮的xsl文件. 
    178178 
    179 偶就不复制粘帖了.经过xslt直接转换成html后,然后再发给开发小组的同事。 
     179偶就不复制粘帖了.经过xslt直接转换成html后,然后再发给开发小组的同事。[[BR]] 
    180180 
    181181 
     182ant build文件写好了,在/data/jmeter_test_plain/下写个 ant_test.sh shell 脚本去调用.代码如下:[[BR]] 
     183 
     184/data/apache-ant-1.8.4/bin/ant -f /data/jmeter_test_plain/build2.xml[[BR]] 
     185 
     186最后,把shell命令添加到hudson bbs7任务的Execute shell中,如下: 
     187 
     188