TestNG 并使用 100 个数据变化运行相同的测试

发布于 2024-12-12 06:20:18 字数 130 浏览 0 评论 0原文

我是 TestNG 的新手。 我想做 100 项测试来运用 100 个不同的数据集。 数据各不相同,因此将有 100 个不同的数据组合。 我正在考虑制作 100 个数据 xml 文件,并且每个方法都将绑定到一个 xml 数据集。 这是个好主意吗?

I'm new to TestNG.
I want to make 100 tests that will exercise 100 different data sets.
The data varies such that there will be 100 different data combos.
I was thinking about making 100 data xml files, and each method would be tied to an xml data set.
Is this a good idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最美的太阳 2024-12-19 06:20:18

您是否阅读过TestNG 文档中有关数据提供者的部分?看起来这正是您所需要的。

顺便说一句,您不需要进行 100 个测试:只需进行一个将在参数中接收这 100 个数据集的测试即可。

Have you read the section on Data Providers in the TestNG documentation? It looks like this is exactly what you need.

You don't need to make 100 tests, by the way: just make one that will receive these 100 data sets in parameters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文