Please note: ticket prices will increase on 31 December! Buy your Appdevcon 2025 ticket now and save from € 140,-.
Developers know that testing their apps is important. Quality increases, maintenance gets easier, and time is saved in the long run. Still, most developers don’t write tests for their apps. Why? Because testing [...]
Are you testing your Swift code? Are you able to get a decent coverage of your project? Testing is not a hipster trend, but a tool for increasing productivity (Yes, I mean that!) [...]
When you write unit tests for your projects, there’s a fair chance that you do so by following the classical « Given-When-Then » paradigm, in which you set some input data, execute the [...]
Mobile apps are growing. They become more complex and require more testing. It means that it is time to integrate automated tests to your project in an efficient way because they should be [...]
TDD is a skill. It takes 5 mins to learn it, but a lifetime to master. The only way to master a skill is by practicing it. In this talk, we'll see why [...]
A/B testing isn’t just about shipping and learning. There’s also some hard work involved. What if you have several A/B tests running on top of one another? Should you duplicate lots of code [...]
Code generation has always been something of a controversial topic, with many engineers not liking the idea of a codebase that relies too much on this topic. Yet, when used appropriately, this tool [...]
Are you tired of decrypting the JUnit test that you wrote a few weeks back? Do you want to write nice, readable & structured tests that are actually fun to write and joy [...]
We want to take you on the journey. Journey through different layers of tests in an iOS app that’s used by more than half million unique users per month. Get to know the [...]
Android things gives you the ability to connect all those Internet of things devices you have around all together. But how can you test it? In this talk you will learn in a [...]
TDD has not been as central to iOS (and Mac) ecosystems as in some others. We'll look at why - and I'll argue that TDD is a very valuable tool to have in [...]
Testing Support Library This session was presented at mdevcon 2016. Zan Markan about his session: "8 years since Android’s been released we finally have a proper Google-supported solution for testing in the Testing [...]