In this article, we discussed NUnit annotations that are used for automated browser testing using the Selenium framework. We demonstrated two test scenarios – one where local WebDriver is used and another where remote WebDriver is used along with parallel execution on LambdaTest infrastructure. The most frequently used NUnit annotations were [SetUp], [Test], [TestFixture], and [TearDown].