【发布时间】:2019-02-25 03:20:20
【问题描述】:
我必须在结构看起来像这样的包中运行 Method1
Package - Regression
|--class1
|-method1
|-method2
|--class2
|-method1
|-method2
|--class3
.
.
and so on goes to classN where N can be from 100 to 2000.
现在我需要编写 testNG.xml 是这样一种方式,即所有类中存在的 method1 在包级别执行
或者将来如果我需要在包级别执行method1和method2?
提前感谢您的解决方案
【问题讨论】:
标签: automated-tests testng integration-testing