How can I run tests parallelly in C#?

,

Can I run tests in parallel using App.config in C#?

Hi Richard,

Users need to create app.config globally and define all the combination that needs to be run.

We have created a sample to run the test in parallel with nunit. Please refer to this: