美文网首页Java日常学习
学习过程中的疑惑求解之testNG

学习过程中的疑惑求解之testNG

作者: LeslieFind | 来源:发表于2019-02-01 16:36 被阅读0次

1、@DataProvider注解不被@Test注解使用(dataProvider属性),则不运行@DataProvider下的方法:

被使用时:


image.png

不被使用时:


image.png

2、若有@BeforeSuite注解,最好在xml中运行suite,而不是本类中运行test

本类中运行效果:


image.png

xml中运行suite效果:


image.png

相关文章

网友评论

    本文标题:学习过程中的疑惑求解之testNG

    本文链接:https://www.haomeiwen.com/subject/cyydsqtx.html