23 марта (понедельник) в SPACE пройдет лекция Android Advanced Topic #4 — Testing от Android Academy Minsk. Регистрация участников с 18.30, начало в 19.00.
Unit tests are the fundamental tests in your app testing strategy. By creating and running unit tests against your code, you can easily verify that the logic of individual units is correct. Running unit tests after every build helps you to quickly catch and fix software regressions introduced by code changes to your app.
Introduction
Test basics by simple test
What to test
Test Doubles
More about mocks by example for BestScoreUseCase
Analysis of our first test
TDD
Test smells
Integrations tests
Size of test
BTW, we have create a telegram chat for the discussions!
23 марта (понедельник) в SPACE пройдет лекция Android Advanced Topic #4 — Testing от Android Academy Minsk. Регистрация участников с 18.30, начало в 19.00.
Зарегистрироваться можно по ссылке.
Unit tests are the fundamental tests in your app testing strategy. By creating and running unit tests against your code, you can easily verify that the logic of individual units is correct. Running unit tests after every build helps you to quickly catch and fix software regressions introduced by code changes to your app.
Introduction
Test basics by simple test
What to test
Test Doubles
More about mocks by example for BestScoreUseCase
Analysis of our first test
TDD
Test smells
Integrations tests
Size of test
BTW, we have create a telegram chat for the discussions!
See you soon!
Android Academy team.