Somewhere in your test:
// Create a path to the TestData directory using the // NUnit “TestContext.CurrentContext.TestDirectory” property private string TestFilePath = Path.Combine(TestContext.CurrentContext.TestDirectory, "TestData");…
// Now you have access to the files string testFilePath = Path.Combine(TestFilePath, @"TestFile1.mib");
No comments:
Post a Comment