1、Eclipse集成TestNG插件 a.下载TestNG离线插件并解压得到features和plugins两个文件夹; b.将features文件下的org.testng.eclipse_6.9.8.201510130443复制到D:\eclipse\features目录下; c.将plugins文件下的org.t
1、Eclipse集成TestNG插件
a.下载TestNG离线插件并解压得到features和plugins两个文件夹;
b.将features文件下的org.testng.eclipse_6.9.8.201510130443复制到D:\eclipse\features目录下;
c.将plugins文件下的org.testng.eclipse_6.9.8.201510130443复制到D:\eclipse\plugins目录下;
注:重启Eclipse,windows=》preferences=》TestNG
2、导入testNG依赖包
a.进入maven中央仓库地址:https://mvnrepository.com/
b.Maven项目下的pom.xml配置
3.配置完成,新建TestNGDemo
4、略!