I was Wondering is it possible in the Testing Suite that is part of VS2012 to be able to construct a test using selenium which drivers the Web Site to the page which requires multiply test's and to be able to execute these test's in such a way that each test doesn't require the test case to go through a [TestInitialize ()] & [TestCleanup()]. So instead of the default behavior of testing where each test would go through a new browser session and all the required navigation, to the page where the test would take place then have an assertion performed. It would be able to go to the page once and run several test ?
Thanking you all in advance.