1、@DataProvider注解不被@Test注解使用(dataProvider属性),则不运行@DataProvider下的方法:
被使用时:
image.png
不被使用时:
image.png
2、若有@BeforeSuite注解,最好在xml中运行suite,而不是本类中运行test
本类中运行效果:
image.png
xml中运行suite效果:
image.png
被使用时:
不被使用时:
本类中运行效果:
xml中运行suite效果:
本文标题:学习过程中的疑惑求解之testNG
本文链接:https://www.haomeiwen.com/subject/cyydsqtx.html
网友评论