Bring automation to your UI tests
Many developers these days write unit tests in combination with integration tests to ensure that all the logical parts of an application is working correctly. The problem with both of these types of tests is that the UI and its presentation logic are not being tested. So one way... READ MORE