Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Robust Unit Testing In Android

Robust Unit Testing In Android

This presentation is all about writing better and more readable tests.
Presentation contains live coding demos. All demoes are available on github.
https://github.com/sliskiCode/RobustTestingLiveCodingDemos

Piotr Ślesarew

October 06, 2016
Tweet

More Decks by Piotr Ślesarew

Other Decks in Programming

Transcript

  1. • Naming matters • Treat tests like normal code •

    Do not put unnecessary noise • Try different frameworks • Try different languages in tests • Use tools (CC, TDD, TF)