In the previous article we detailed our test framework implementation. This was a high level look at the approach we take to running our tests. However, many small details have been added to the framework in order to make it as stable as possible. This article details the most important ones. A constant battle with […]
In previous installments of this series we laid out our state mocking system, and how we built UI integration testing on top of it. In this article we go into depth on how the system is architected, how idle detection is approached, and how errors are gracefully handled. This includes a fair amount of implementation […]
A11yUITests is an extension to XCTestCase that adds tests for common accessibility issues that can be run as part of an XCUITest suite. Iโve written a detailed discussion of the tests available if youโre interested in changing/implementing these tests yourself. Alternatively, follow this quick start guide. Getting Started Adding A11yUITests Iโm assuming youโre already familiar […]
droidcon SF 2018 – How to Build a Performance Testing Pipeline from Scratch Source link
droidcon NYC 2018 – Junit5: the next gen of testing, don’t stay behind Source link