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?
When I use MSTest Framework, and copy the code that Selenium IDE generated for
Share
You would use
[TestCleanup]and[TestInitialize]respectively.