Testng监听器listener-ReportNg

来源:互联网 发布:金泰妍郑秀妍关系知乎 编辑:程序博客网 时间:2024/05/14 20:25

本篇介绍监听器ReportNg:该监听器的作用是,替换testng自带的报告,生成更清楚直观的测试报告。

先看下testng自带报告:

在项目\test-output中index.html样式


在项目\test-output\suite名称\test名称.html样式


现在使用reportng替换testng自带报告:

1.需要的jar包如下,导入到build path中:

下载地址:

2.xml文件配置,添加监听器

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" ><!-- 该xml实现使用ReportNG替换TestNG自带报告 --><suite name="suite1" >    <test name="test" preserver-order="true">  <classes ><class name="com.test.testng" ><methods><include name="Login" /></methods></class></classes><!-- 主要是需要添加以下两个监听器,listener类在reportng-1.1.5.jar中 -->     <listeners>            <listener class-name="org.uncommons.reportng.HTMLReporter" />            <listener class-name="org.uncommons.reportng.JUnitXMLReporter" />        </listeners>    </test> </suite> 
3.其他脚本文件无需做任何改变,举个简单的登录的例子

public class testng {WebDriver driver;@BeforeTestpublic void beforeTest() {driver = new FirefoxDriver();driver.get("http://156.57.66.45:7711");driver.manage().window().maximize();// 窗口最大化}@Test(priority=1)public void login() throws InterruptedException {driver.findElement(By.id("username")).sendKeys("999111");// 输入登录用户名driver.findElement(By.id("password")).sendKeys("111111");// 输入登录密码Thread.sleep(2000);driver.findElement(By.id("loginButton")).click(); // 点击登录Reporter.log("登录成功");}@AfterTestpublic void afterTest() throws InterruptedException { Thread.sleep(2000);  driver.findElement(By.className("icon-logout")).click();}}
4.运行testng.xml文件,在项目的test-output/html文件夹下,打开index.html,(这里一定注意是在html文件夹下,而不是test-output下,因为此时自带的testng报告还是会生成,要不然找错地方会误以为使用的监听器无效)

有两个界面,一个overview,可查看总体运行结果,点击相应链接可以查看到详细的信息


一个log output,只要在代码中使用到Reporter.log(""),都会将打印信息写到这里。


3 0
原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 车玻璃被炮烧了怎么办 奔驰钥匙没电怎么办 婚内买的车离婚怎么办 离心风机噪音大怎么办 匹凸匹被st五牛怎么办 考不进去中学怎么办 教师体检来例假怎么办 老板拖欠农民工工资怎么办 公司破产拖欠员工工资怎么办 白玉蜗牛下蛋了怎么办 黄牛卖不出的票怎么办 鸡受风寒不产蛋怎么办 蛋鸡感冒不下蛋怎么办 牛肉煮老了怎么办 牛肉炖碎了怎么办 比值审敛法等于1怎么办 华为手机停止运行怎么办 易事通卡怎么办延期 三星手机照相机故障怎么办 凌晨一点到机场怎么办 凌晨3点醒来怎么办 凌晨四五点咳嗽怎么办 凌晨4点大便怎么办 熊猫小课付了费怎么办 华为手机系统升级后卡机怎么办 孕妇汗脚脚臭怎么办 巴基斯坦留学生丢失护照怎么办 vivox20耳机进水了怎么办 轴圆齿之间间隙大怎么办 浩辰cad2017保存不了怎么办 会议无poster版块怎么办 大四考研失败了怎么办 博士退学老师不同意怎么办? 贴双眼皮眼皮松怎么办 dpf灯亮了怎么办 60岁社保没交满怎么办 老公素质太差怎么办 耿彦波退休了太原怎么办 宫腔镜三天后同房了怎么办 开关失灵关不了怎么办 灯的开关关不掉怎么办?