When I use MSTest Framework, and copy the code that Selenium IDE generated for me, MSTest doesn't recognize [TearDown] and [SetUp]. What is the alternative to this?
[TearDown]
[SetUp]
You would use [TestCleanup] and [TestInitialize] respectively.
[TestCleanup]
[TestInitialize]
1.4m articles
1.4m replys
5 comments
57.0k users