We know the configuration file of testng, there can only be one suite in an .xml, so what if you want to set up multiple suites? At this time we need to use the testng tag .
Let’s talk about an example I made. First, I have two suites, one is UItest.xml and the other is APITest.xml. The code is as follows: