Can I perform parallel execution with Memory (AppDomain) Isolation using NUnit?

Can anyone help me to perform parallel execution with Specflow, NUnit, and Selenium?

1 Like

Hey Tom,

NUnit does not support memory isolation; hence, parallel execution with Memory isolation (or AppDomain) does not apply to NUnit tests.

However, parallel test execution can be achieved without AppDomain isolation if the test scenarios are not dependent on static fields.

You can go through this detailed tutotial on How To Perform Parallel Execution With Specflow, NUnit, And Selenium.

Hope it helps!

5 Likes