Execute multiple test suites automatically

Hi,

I just finish creating my test case suites for one of our web applications. I try to execute all of them automatically but could’t find out how. Is there a way to do such thing? Or, I can only manually run individual test case? Thank you very much for your help.

1 Like

Hi Jeffrey,

First, you need to create a test suit for your test case and then create a test suite collection where you can add your test suits. In the test suite collection there’s an execution information where you can select an execution mode whether if its sequential or parallel. Sequential means it will run your test suites in order, meaning from first to last. But in parallel, it will run your test suites simultaneously. I think that’s what you need to run all your test cases automatically.

Give it a try. Hope that helps :slight_smile: