From the course: C# Test-Driven Development

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Demo project introduction

Demo project introduction - C# Tutorial

From the course: C# Test-Driven Development

Demo project introduction

- [Instructor] The code we will be writing in this course is for the fictional h+sport company. They sell a variety of sports related products, like mineral water, supplements, and apparel for women and men. So let's see whether they have something for me. How about this skater graphic T-shirt? It's even on sale. So let's go here and then choose a size. Well, on good days, ah, (sighs) let's be honest here and a color. How about blue? And then I add it to the cart. Now it's in my shopping cart, and I can... Well, see your shopping cart, I can't really order it because, again, it's fictional, but that's what they do. And when using TDD, we will implement some of the back office parts of their application. And we'll start with parts of the shopping cart.

Contents