Page Objects? Pattern Objects.
When people are tasked with writing an automated test for a web application, they’re going to be writing a tool that interacts with the site just like a human user would. Organizing the software in a way that makes sense can be a chore. When that test clicks buttons for example, it does so by…
Read more