Building an E2E Test Framework using some good Design Patterns
End to End (E2E) testing is about simulating the user experience. It doesn't deal with functions, variables, classes, or databases. Instead, it deals with buttons, clicks, expected messages, links, etc. We can say that E2E testing is the "ultimate" t...
blog.jayjaydev.com10 min read