My current project supports a number of software applications for which we build and maintain automated tests. While most of these applications are web-based (for which we use Selenium WebDriver), we also support a few desktop/rich client applications. This has exposed the need for a front-end automated test tool that doesn’t rely on DOM based attributes. Our […]