You want to test your application properly but don’t know which testing strategy to go with? Kudos to you for realizing you need automated UI testing. As you may already know, the three most common types of software testing are unit, integration, and end-to-end (E2E) testing. However, in this post, I will focus on end-to-end…