We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Common pitfalls in mobile testing

Formal Metadata

Title
Common pitfalls in mobile testing
Title of Series
Number of Parts
46
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Writing tests for Mobile Applications is no big deal anymore. Most of the Frameworks have matured and provide a stable quality and a adequate documentation on how to use it. So when talking about testing e.g. during code reviews developers no longer ask "How can I (technically) write tests for Mobile?" and the Code Coverage increases constantly. But there are still many pitfalls when writing tests, a technically working testcase is not necessarily a good testcase or in worst case it is no testcase at all. During my talk I will show some examples from past projects with common mistakes when writing Unit, Integration or Instrumentation Test and show techniques, tools or just questions-to-ask to avoid this mistakes and write good and sufficient tests.