What is the AOSP?

AOSP is the Android Open Spurce Project Architecture Source Code is hosted here: https://android.googlesource.com/platform/manifest Google uses repo (basically a git wrapper written in python) to clone the source code. You can find the instructions here:  https://source.android.com/setup/build/downloading Further Reading What is Ninja? What is kapt? Anatomy of a Gradle file

New Blog Post

Review “Lessons learned in Software Testing”

I became aware of James Bach through the Google Techtalk “Becoming a Software Testing Expert”. Then I quickly got his book “Lessons Learned in Software Testing”. In this book Bach presents with his colleagues Cem Kaner and Bret Pettichord 293 tips and tricks (“lessons”) from the test practice. Divided into 10 chapters, this book covers…