Company
Date Published
March 1, 2021
Author
Himanshu Sheth
Word count
4825
Language
English
Hacker News points
None

Summary

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].