Completed
- introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing GUI Apps - What to Test and How to Test It - Mini Coding Course for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - introduction
- 2 - download example app
- 3 - when do we write tests?
- 4 - run example app and install dependencies
- 5 - review example app
- 6 - static analysis with pylint
- 7 - dynamic analysis
- 8 - coding unit tests
- 9 - what is asserting?
- 10 - software testing checklist
- 11 - test existence of software elements
- 12 - test if app exists
- 13 - test if GUI widgets exist
- 14 - test is assets image files exist
- 15 - test content of software elements
- 16 - test data types
- 17 - test ideal input
- 18 - test accidental input
- 19 - test boundaries of valid input
- 20 - test mathematically wrong input
- 21 - test malicious input
- 22 - intro to SQL injection
- 23 - thanks for watching!