testing & QA Android Testing - Google I/O 2018 - What's new? - Part 1 Among almost 200 talks from the Google I/O 2018 that are an amazing source of knowledge I have selected ones that are related to testing. Put some time aside
testing & QA Here’s how testing can provide you with the best documentation Mobile applications are complex software systems. Automated tests can help to ensure reliability, which leads to satisfied customers - an essential ingredient for any successful product. What if you could
testing & QA Testing your first Android Things driver Controlling any peripheral device from an Android Things board requires a driver. If no driver is available it's down to you to write your own. Once that's written, how do
testing & QA Writing your first Android Things driver Android Things is a lightweight version of the Android operating system that can be installed on IoT-focused devices. Android Things includes 'user drivers' functionality, enabling developers to easily control a
testing & QA Testing Android Things - IoT meets Java Google has just announced the amazing Android Things. This gives the Internet of Things (IoT) a real jump start with the availability of the Android ecosystem and all the open
testing & QA Approaching Outside-in TDD on Android (Pt. 3) In the previous post, we wrote the acceptance test as a first step and started creating the most external classes of our implementation. In this post, we will finish implementing
testing & QA Approaching Outside-in TDD on Android (Pt. 2) In the previous post, we introduced the Bank kata. We explained how we are going to implement it in Android, reviewed the different kinds of tests that we use in