There are various use cases for passing parameters to our tests, e.g. providing environmental configuration. In this guide, I will demonstrate how this can be achieved in Azure Pipelines using NUnit as a test framework. In your solution Create a local .runsettings file In the root of your solution, create an XML file named .runsettings which will define…