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...
Oct 10, 202010 min read236

