How to create multiple thread groups
Till now we have created just one thread group. This means all our threads will test the same set of urls.
However, you can created another thread group and make n instances of that threads to test entirely different set of http urls or even to test database performance while another thread-group is stress testing webserver.
However, you can created another thread group and make n instances of that threads to test entirely different set of http urls or even to test database performance while another thread-group is stress testing webserver.