프로그래밍/Unit test
-
Chapter9: Testing the persistence layer프로그래밍/Unit test 2023. 3. 27. 15:47
Android_Test-Driven_Development - Lance_Gleason_Victoria_Gonda_Fern 공부중 In most apps you’ll build, you will store data in one way or another. It might be in shared preferences, in a database, or otherwise. No matter which way you’re saving it, you need to be confident it is always working. If a user takes the time to put together content and then loses it because your persistence code broke, bot..
-
Chapter 4: The Testing Pyramid프로그래밍/Unit test 2023. 2. 2. 12:41
Android Test-Driven Development by tutorials 책 4 챕터 요약 4. What is the Testing Pyramid? Traditionally, software testing was done manually. Even nowadays, without any kind of automation, this is happening on the Android ecosystem. Testing usually consists of compiling the release candidate application, installing it on a physical device or emulator, and passing it to the QA team. The QA members wo..