From the course: AI-Powered Software Development: Coding, Testing, and System Design

Unlock this course with a free trial

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

Challenge: Adding tests to an application

Challenge: Adding tests to an application

(bright electronic music) - [Instructor] All right. Well, now that we've seen a variety of different ways that you can use AI tools to add tests to your applications, it's time for you to do a little challenge. And in this challenge, what you're gonna do is apply what we've learned here in this section to the expense tracker app that we created earlier in this course. So, I have the code open here, and your code might have looked a little bit different, and that's totally fine. But basically, your challenge is gonna be to use AI to add tests to this. Now, if you're a big proponent of TDD and want to start this application over and write your tests first, feel free to go ahead and do that. Really, the only specification for this challenge, which is meant to be pretty open-ended to give you time and space to explore these tools on your own, really the only specification here for this challenge is that you end up with an…

Contents