Do you want your tests fixtures to look like this ? [ TestMethod ] public void EnterInvalidUsernameAndPassword() { //Navigate to home page IE instance = HomePageManager .NavigatetoHomePage(); //Check that there are no items in the basket if (! BasketManager
Read More...