摘要:
由于部门有多个项目,将自动化测试框架运用于多个项目时,希望针对每个项目修改的东西越少越好,为此,做如下修改:D:\apache-jmeter-2.7\extras\jmeter-results-detail-report_21_failure.xsl将报告所在的计算机名称、报告的名称、时间都进行参数化 Test Report Link http://${ComputerName}/${ReportName}${time}.html Summary将ANT的build.xml文件修改如下,定义计算机名称、报告的名称、时间的取值: 并且将build.xml中所有用"Aut... 阅读全文
摘要:
ANT调用的XML文件,包括运行脚本、生成报告、发送邮件: --> This email was sent automatically by ANT. Please check the automation test report by the link below. If there are any questions, please contact with Jenny Zhang. Thank you! http://SZCOMPUTER/CIMAut... 阅读全文
摘要:
ANT发送邮件需要的3个JAR包:activation.jar、mail.jar、commons-email-1.2.jar将这三个jar包放到 $ANT_HOME/LIB 路径下即可内网发送邮件: --> This email was sent automatically by ANT. Please check the automation test report by the link below. If there are any questions, please contact with mim. Thank you! ... 阅读全文
摘要:
Jmeter发送某个request时而成功,时而失败Maybe it’s Jmeter’s problem, after all, is not a commercial software.And also, it is possible that the test environment of server has some problem, for this kind of command that sometimes succeed, sometimes failed,I can only try to send the request for many times, for examp 阅读全文