码迷,mamicode.com
首页 > 其他好文 > 详细

TestNG基础教程 - TestNG.xml中的测试级别和常用注解执行顺序

时间:2019-09-14 16:03:38      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:基础教程   res   case   http   inf   class   test   img   标签   

根据testng.xml 文件配置, 测试级别为suite -> test -> class -> methods.

test 对应testng.xml 中的test 标签, 而不是测试类里的@Test.

测试类里的@Test 对应 testng.xml中的methods.

技术图片 

创建TestCase 如TC3

技术图片

技术图片

运行效果

技术图片

所以在使用@BeforeSuite,@BeforeTest,@BeforeClass,@BeforeMethod 等标签时,

它们的实际执行顺序也是suite -> test -> class -> method.

技术图片

 

TestNG基础教程 - TestNG.xml中的测试级别和常用注解执行顺序

标签:基础教程   res   case   http   inf   class   test   img   标签   

原文地址:https://www.cnblogs.com/54tester/p/11519151.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!