Course Information
Course Overview
Learn how to integrate a third party API using Test Driven Development
Integrating a third party API into your project can be complicated. Even more so if you want to use Test Driven Development. In this course we will examine a simple approach to test your integration with Stripe
Create a Shopping Cart with Stripe Checkout using TDD and Laravel
By the end of this course, you will acquire sufficient knowledge on:
Feature, Unit and Integration Testing
Test Driven Development
Stripe API
Develop faster and deliver better products
By using Test Driven Development and integration testing, you will feel much more confident about your final product and its interactions with a third party API, knowing that it has been thoroughly tested and it works as intended.
Course Content
- 7 section(s)
- 19 lecture(s)
- Section 1 Introduction
- Section 2 Shopping Cart
- Section 3 Purchases
- Section 4 Orders
- Section 5 Payments
- Section 6 User Interface
- Section 7 Conclusion
What You’ll Learn
- Create Feature & Unit tests for your projects, Apply Test Driven Development best practices, Implement a simple shopping cart in session, Create a checkout page using Stripe Checkout API, Create integration tests for Stripe's API, Create a simple store application
Skills covered in this course
Reviews
-
VVishal Patel
Good Practical Course. But i was looking for Test Double practice.
-
JJeff Philapy
Great practice for those new to TDD to learn. The only issue I ran into is that his implementation of Stripe is not upto date, and so is different than what they have on their web site. It would be nice to see him update this guide to the latest in Stripe and Laravel.
-
RRui Augusto de Campos Martins
Em parte sim, pois explica muito bem o conceito mas em parte não pois pretendia um projeto real montado.