Writing Automated UI tests in .NET using Playwright and SpecFlow

Why are automated tests and why should you write them

Ivan Stoev
Level Up Coding
Published in
4 min readJan 24, 2022

--

While writing tests isn’t a pleasant exercise for the majority of developers (me included) it is a fundamental part of software development. The high-quality software products that you use daily have enough tests underneath the hood to keep the errors to a minimum and give us flawless experience and that’s why you should do the same in the application you’re working on.

--

--