Looking for sources to learn advanced unit testing.

This page summarizes the projects mentioned and recommended in the original post on /r/iOSProgramming

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. Mocker

    Mock Alamofire and URLSession requests without touching your code implementation

    For mocking data you can use something like Mocker (https://github.com/WeTransfer/Mocker) which I’ve found to be pretty easy to get started with.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. XCTAssertNoLeak

    Provides assert function that check memory leak in Swift.

    We recently implemented such test coverage, using XCTAssertNoLeak: https://github.com/tarunon/XCTAssertNoLeak You just have to pass an instance and it looks for a strong self.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Testing HTTP Requests with http.RoundTripper

    1 project | dev.to | 4 Jul 2025
  • 🧪 Uber Mock: El sucesor natural de GoMock que deberías conocer

    1 project | dev.to | 7 Jun 2025
  • The best way for testing outbound API calls

    6 projects | dev.to | 6 Feb 2025
  • Testando chamadas para APIs da melhor forma

    7 projects | dev.to | 6 Feb 2025
  • Testando código que chama serviços da AWS

    4 projects | dev.to | 4 Feb 2025

Did you know that Swift is
the 15th most popular programming language
based on number of references?