Learn automated software testing through a hands-on mini coding course focused on GUI applications. Explore essential testing concepts including static analysis, dynamic analysis, and unit testing using a Kivy GUI application as an example. Discover the importance of testing in software development and gain practical skills in writing effective tests. Cover key topics such as asserting, testing software elements, handling various input scenarios, and understanding potential security vulnerabilities like SQL injection. Perfect for beginners looking to improve their coding practices and create more robust applications.
Testing GUI Apps - What to Test and How to Test It - Mini Coding Course for Beginners