Completed
Test Setup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Concurrent Code - Test It! - How?
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Software Development
- 3 Test Design Test Analysis: What kind of tests on which level?
- 4 Decomposition Example Image compression
- 5 Problems in Concurrent Code
- 6 Problems for Test
- 7 Test Detail Strategies
- 8 Testing Types
- 9 Test Setup
- 10 Test Execution Strategies
- 11 Tools Overview Correctness
- 12 Tools Overview Performance
- 13 Case Study: Prioritised Thread-Pool
- 14 Thread-Pool Tests
- 15 Test Case: High Tasks Before Low Tasks
- 16 Measurements
- 17 Reference