Learn to write automated tests for C++ APIs using gtest and httplib. You'll create test cases, send API requests, assert results, reuse code with fixtures, and cover CRUD and auth scenarios—ensuring your APIs are reliable and fully tested.
Overview
Syllabus
- Lesson 1: Introduction to API Testing with C++
- Lesson 2: Organizing Tests with Classes and Fixtures in C++
- Lesson 3: Testing CRUD Operations with Setup and Teardown in C++
- Lesson 4: Testing Authenticated API Endpoints with C++