-
Notifications
You must be signed in to change notification settings - Fork 3
Java testing
sullis edited this page Jun 6, 2020
·
70 revisions
- Effective Unit Testing - Elliotte Rusty Harold
- Testing Legacy Code - Elliotte Rusty Harold
- Using Developer Testing to Boost the Quality of Your Code -- : Alexander Tarlinder, GeeCON 2018
- Writing Awesome Unit Tests -- Jeroen Mols, Devoxx Belgium 2018
- Cleaner tests with Mockito 2 - Szczepan Faber
- Integration Testing with Docker and Testcontainers - Kevin Wittek at Devoxx UK 2019
- Testcontainers: a year-in-review - Sergei Egorov at GeeCON 2019
- Stopping entropy with ArchUnit - Alexander Schwartz
- ScalaTest: you're asserting it wrong -- - Jacek Kunicki, Scalar 2019
- JSON test assertions - Paweł Mikołajczyk
- Beyond Selenium
- Behavior
- Structure
- Readable
- Writable
- Fast
- Deterministic
- Automated
- Isolated
- Composable
- Specific
- Predictive
- Inspiring