Completed
Shell Tests
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Meet the OpenJDK Tests - Introduction to Testing in Java Development Kit
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Test Inventory @ jdk8-b82
- 3 How are the tests organized ?
- 4 What are tests written in ?
- 5 Types of test (cont.)
- 6 What's the test coverage like?
- 7 How are the test run ?
- 8 How long do the tests take to run ?
- 9 How stable are the tests?
- 10 When tests go bad
- 11 Shell Tests
- 12 Fixing existing tests
- 13 Adding new Tests
- 14 Where to discuss test issues