How to make sure TestNG runs methods on test classes in succession instead of interleaved?

后端 未结 7 2453
南笙
南笙 2020-12-14 03:41

The situation and the problem

I have several test classes, each with several test methods. All tests use the same test database in the background. Each test class

7条回答
  •  一个人的身影
    2020-12-14 04:12

    TestNG offers several parallel strategies. It looks like methods is too aggressive for your needs but have you looked at classes or maybe instances?

提交回复
热议问题