Search⌘ K
AI Features

Introduction

Explore testing strategies for Phoenix applications including JSON APIs and Plugs. Understand how to separate web interface testing from core business logic and apply unit and integration tests using ExUnit.

We'll cover the following...

The Phoenix framework is really a combination of libraries:

This combination provides many tools to spin up web-server applications fairly easily, drawing on the history of many other frameworks. Still, it works very hard not to ...