TestNG学习笔记目录

学习TestNG主要用于GUI自动化测试使用,学习目录随进度不断更新。文档内容主要是翻译官方doc,同时加入自己的理解和案例。如有理解偏差欢迎指正

一、TestNG Eclipse plug-in 安装

二、测试数据管理

  1.Parameters from testng.xml

  2.Parameters with DataProviders

  3.Parameters in reports

三、测试流程管理

  1.Hard dependencies. 

  2.Soft dependencies.

四、测试报告管理

原文地址:https://www.cnblogs.com/sylvia-liu/p/4623765.html