Local API Call Tutorial with WireMock and UI Tests in Xcode
Aug 5 2019 · Article (20 mins)
Learn how to use WireMock, a tool you can use in conjunction with User Interface tests to provide a local cop...
more
Local API Call Tutorial with WireMock and UI Tests in Xcode
Learn how to use WireMock, a tool you can use in conjunction with User Interface tests to provide a local copy of remote API call results.
iOS & Swift
Getting Started With the VIP Clean Architecture Pattern
Jan 31 2022 · Article (30 mins)
In this tutorial, you’ll learn how to utilize the VIP clean architecture pattern to develop apps for Apple pl...
more
Getting Started With the VIP Clean Architecture Pattern
In this tutorial, you’ll learn how to utilize the VIP clean architecture pattern to develop apps for Apple platforms while building a SwiftUI for ordering an ice cream.
Server-Side Swift
Testing in Vapor 4
Jan 25 2021 · Article (20 mins)
Use a pre-built Vapor application to learn both how to test your server-side Swift Vapor apps on macOS and al...
more
Testing in Vapor 4
Use a pre-built Vapor application to learn both how to test your server-side Swift Vapor apps on macOS and also best practices to simplify your test code.
iOS & Swift
Swift Testing: Getting Started
Jun 19 2024 · Article (20 mins)
In 2021, Apple released Swift concurrency to an adoring audience — finally, developers could write Swift code...
more
Swift Testing: Getting Started
In 2021, Apple released Swift concurrency to an adoring audience — finally, developers could write Swift code to implement concurrency in Swift apps! At WWDC 2024, developers got another game changer — Swift Testing.
Flutter & Dart
Unit Testing With Flutter: Getting Started
Jan 29 2020 · Article (20 mins)
In this Unit Testing with Flutter tutorial, you’ll improve your programming skills by learning how to add uni...
more
Unit Testing With Flutter: Getting Started
In this Unit Testing with Flutter tutorial, you’ll improve your programming skills by learning how to add unit tests to your apps.
Android & Kotlin
Unit Testing Tutorial for Android: Getting Started
Mar 14 2024 · Article (25 mins)
In this Unit Testing Tutorial for Android, you’ll learn how to build an app with Unit Tests in Kotlin.
Unit Testing Tutorial for Android: Getting Started
In this Unit Testing Tutorial for Android, you’ll learn how to build an app with Unit Tests in Kotlin.
iOS & Swift
Snapshot Testing Tutorial for SwiftUI: Getting Started
Aug 9 2021 · Article (15 mins)
Learn how to test your SwiftUI iOS views in a simple and fast way using snapshot testing.
Snapshot Testing Tutorial for SwiftUI: Getting Started
Learn how to test your SwiftUI iOS views in a simple and fast way using snapshot testing.
Android & Kotlin
Testing REST APIs Using MockWebServer
Jun 13 2022 · Article (20 mins)
Learn how to mock a REST API with MockWebServer and easily test your business logic using Espresso to check h...
more
Testing REST APIs Using MockWebServer
Learn how to mock a REST API with MockWebServer and easily test your business logic using Espresso to check how your UI handle success or error responses.
Flutter & Dart
Integration Testing in Flutter: Getting Started
Feb 16 2022 · Article (30 mins)
Learn how to test UI widgets along with the backend services in your Flutter project using Integration Testing.
Integration Testing in Flutter: Getting Started
Learn how to test UI widgets along with the backend services in your Flutter project using Integration Testing.
iOS & Swift
Getting Started with Xcode Cloud
Dec 6 2022 · Article (25 mins)
Learn how to use Xcode Cloud to test and deploy your app on TestFlight.
Getting Started with Xcode Cloud
Learn how to use Xcode Cloud to test and deploy your app on TestFlight.
iOS & Swift
Unit Testing Core Data in iOS
Aug 17 2020 · Article (25 mins)
Testing code is a crucial part of app development, and Core Data is not exempt from this. This tutorial will ...
more
Unit Testing Core Data in iOS
Testing code is a crucial part of app development, and Core Data is not exempt from this. This tutorial will teach you how you can test Core Data.
iOS & Swift
StoreKit Testing in Xcode 12: Getting Started
Feb 22 2021 · Article (30 mins)
Learn to use the new StoreKit testing framework to exercise your in-app purchases right inside Xcode.
StoreKit Testing in Xcode 12: Getting Started
Learn to use the new StoreKit testing framework to exercise your in-app purchases right inside Xcode.
Android & Kotlin
Getting Started with Cucumber
Sep 22 2021 · Article (30 mins)
Learn to use Cucumber, Gherkin, Hamcrest and Rest Assured to integrate Behavior-Driven Development (BDD) in a...
more
Getting Started with Cucumber
Learn to use Cucumber, Gherkin, Hamcrest and Rest Assured to integrate Behavior-Driven Development (BDD) in an application made using Spring Boot and Kotlin.
Flutter & Dart
Widget Testing With Flutter: Getting Started
Oct 3 2022 · Article (20 mins)
In this tutorial about Widget Testing with Flutter, you’ll learn how to ensure UI widgets look and behave as ...
more
Widget Testing With Flutter: Getting Started
In this tutorial about Widget Testing with Flutter, you’ll learn how to ensure UI widgets look and behave as expected by writing test code.
Learn how to create your first Dart package using test-driven development, generate documentation and publish...
more
Dart Package Tutorial – Getting Started
Learn how to create your first Dart package using test-driven development, generate documentation and publish it to pub.dev.
iOS & Swift
What’s New in Testing With Xcode 12
Nov 23 2020 · Article (25 mins)
WWDC 2020 introduced several new technologies to enhance the testing experience in Xcode 12. Learn these new ...
more
What’s New in Testing With Xcode 12
WWDC 2020 introduced several new technologies to enhance the testing experience in Xcode 12. Learn these new techniques and features to improve your unit testing abilities.
Server-Side Swift
Server-Side Swift: Testing on Linux
Nov 16 2020 · Article (10 mins)
In this tutorial, you’ll test your server-side Swift apps on Linux, learning the differences between testing ...
more
Server-Side Swift: Testing on Linux
In this tutorial, you’ll test your server-side Swift apps on Linux, learning the differences between testing on macOS and Linux, and how to use Docker and Docker Compose.
iOS & Swift
Testing in iOS
Sep 28 2021 · Video Course (2 hrs, 7 mins)
Testing is a great way to help ensure the pieces of your app remain functionally correct and bug-free. Exp...
more
Testing in iOS
Testing is a great way to help ensure the pieces of your app remain functionally correct and bug-free. Explore Unit Testing, UI Testing, Test-Driven Development, and more!
Android & Kotlin
Testing With MockK
Oct 15 2019 · Video Course (37 mins)
Learn how and when to use the many powerful features that the MockK Kotlin testing framework provides.
Testing With MockK
Learn how and when to use the many powerful features that the MockK Kotlin testing framework provides.
iOS & Swift
Combine in the raywenderlich.com App
Oct 6 2020 · Video Course (16 mins)
Take a look at how Combine is used to power parts of the open-source raywenderlich.com app based on change...
more
Combine in the raywenderlich.com App
Take a look at how Combine is used to power parts of the open-source raywenderlich.com app based on changes that get stored in User Defaults.
iOS & Swift
Multi-Language Support with Localization in iOS
Apr 6 2021 · Video Course (34 mins)
This course will walk you through the steps of localizing your app. Learn how to add a new language and ho...
more
Multi-Language Support with Localization in iOS
This course will walk you through the steps of localizing your app. Learn how to add a new language and how to use Xcode Localization Catalog to make your life easier while doing so. Also learn how to localize a Swift Package.
Flutter & Dart
Testing in Flutter
Sep 19 2023 · Video Course (1 hr, 24 mins)
Testing is one of the important aspect in app development. Testing helps to find and fix bugs, increasing ...
more
Testing in Flutter
Testing is one of the important aspect in app development. Testing helps to find and fix bugs, increasing the quality of the application. This course will introduce testing and different types of tests in Flutter. You will learn how to write unit tests, widget tests, and integration tests in Flutter. You will also learn how to write tests for your apps. You will learn how to Generate Goldens for UI Comparison and Automate running tests.
iOS & Swift
iOS App Distribution
Sep 5 2023 · Video Course (57 mins)
This course will walk you step by step through the process of registering
for a new developer account and ...
more
iOS App Distribution
This course will walk you step by step through the process of registering
for a new developer account and registering your app with App Store Connect.
In addition, you’ll learn about internal distribution of your app, testing with
TestFlight, and submitting your app to the App Store.
Android & Kotlin
Test-Driven Development in Android
Jan 24 2023 · Video Course (1 hr, 17 mins)
In this course, you are going to learn how to create scalable and maintainable apps by applying
several te...
more
Test-Driven Development in Android
In this course, you are going to learn how to create scalable and maintainable apps by applying
several testing methodologies like the Red-Green-Refactor steps and frameworks such as JUnit and Mockito.
You will also learn about SOLID principles, design patterns and the best architectures for testing.