What would be an alternate to [TearDown] and [SetUp] in MSTest?
16:57 31 May 2011

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?

c# selenium automated-tests mstest