March 2020
Intermediate to advanced
328 pages
7h 58m
English
In the last chapter, we performed acceptance tests on our application to verify that our store works in a variety of scenarios. This type of testing forces us to consider both the behavior of our users and different failure scenarios, as we build our application. In this chapter, we’ll build a shopping cart for our store. This will be one of the most advanced features we’ve built in this book, but we’re well-equipped to deal with the challenges that will come up.
Shopping carts are an e-commerce feature that pretty much everyone uses. However, there are many different ways that a shopping cart can be built. We’ll start this chapter by laying out exactly what our cart needs to do, along with details on ...
Read now
Unlock full access