org.testng.TestNGException:
TestNG by default disables loading DTD from unsecured Urls. If you need to explicitly load the DTD from a http url, please do so by using the JVM argument [-Dtestng.dtd.http=true]
- 检查testng.xml中有没有这句话有的话删掉
- 查看pox.xml配置文件中配置的依赖版本testng与自己安装的版本一样不一样
- 查看自己安装的依赖版本的方法‘
- 找到testng目录features目录打开文件名可以看到版本号