Why do my tests fail when run together, but pass individually?
问题 When I write a test in Visual Studio, I check that it works by saving, building and then running the test it in Nunit (right click on the test then run). The test works yay... so I Move on... Now I have written another test and it works as I have saved and tested it like above. But, they dont work when they are run together. Here are my two tests that work when run as individuals but fail when run together: using System; using NUnit.Framework; using OpenQA.Selenium.Support.UI; using OpenQA