App Academy

Software Stuff

Category: automated tests

  • The Economics of End-to-End vs. Unit Testing

    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…


  • Optimizing Your Testing Strategy: Unleashing the Test-Beast

    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…


  • Running Automated Tests via CI Pipelines: GitHub Actions

    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

    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…


HOME

Hope you’ll enjoy Swifty Posts!