Testing GUI Apps - What to test? How to test it? Mini Coding Course for Beginners

In this mini course, we will learn all about automated software testing with a fun coding exercise! We will take a Kivy GUI application, and we will use it to learn what to test and how to test it! By the end of this video, you will understand why testing is so important and how it helps us write better software. Therefore I highly encourage you to warm up your fingers and code along with me! 🙂🙂🙂 The main concepts you’ll learn: 1. Static Analysis 2. Dynamic Analysis 3. Automated Testing 4. Unit testing a Kivy GUI Application ⏰ TIME STAMPS ⏰ ----------------------------------------------------------- 00:00 - introduction 00:38 - download example app 00:56 - when do we write tests? 01:22 - run example app and install dependencies 02:29 - review example app 04:00 - static analysis with pylint 04:58 - dynamic analysis 06:16 - coding unit tests 07:23 - what is asserting? 07:49 - software testing ch
Back to Top