When it comes to iOS testing, automation tools are often a topic of heated debate among developers. Yet, stepping away from the technical back-and-forth, it’s the business perspective that frequently…
Parallelizing test execution & Randomizing Order If you ever encounter performance issues with your tests (e.g., large test suite), try executing the tests in parallel as it could help to…
When it comes to testing, end-to-end tests may not provide immediate feedback compared to unit tests. However, by incorporating a solution that runs both unit and end-to-end tests through an…
Understanding Swift Performance Understand the implementation to understand performance Dimensions of Performance If we want to write fast Swift code, we’re going to need to avoid paying for dynamism and…
Hope you’ll enjoy Swifty Posts!