Zurück zum Blog

Tag: testing

Code Coverage with significance

Arnold Franke

11.06.2018
83,9% - what does that even mean? Conversations about unit test coverage usually sound like this: A: “What’s your coverage?” B: “About 83,9%” C: “Meh. Solid.” A: “Solid? That’s incredibly high!” D: “Ours is 40% but we have a lot of generated code so it’s still high.” This shows that the perception of code coverage is highly subjective and most of the time does not have the informative value that a precise percentage indicator like '
Weiterlesen

Client code ignores REPOSITORY implementations; developers do not

Oliver Messner

28.12.2013
Our team is working on an application for one of our clients, a service provider for container logistics, shipping cargo between seaports, terminals and other loading sites. The business domain…
Weiterlesen

Acceptance testing at synyx – Part 5

Marc Kannegiesser

18.04.2013
The last few blogs about acceptance-testing focused on setting up a nice and scalable infrastructure to do testing through the (web)-GUI using a Selenium grid. Since we’ve got this running…
Weiterlesen

UI Test Automation

David Linsin

13.01.2011
One of the most impressive talks for me at WWDC 2010 was session 306 – “Automating Use Interface Testing with Instruments”. I’ve been wanting to check it out ever since…
Weiterlesen

Testing Apps with In App Purchases in Simulator

David Linsin

30.08.2010
If you add a store to your app and use In App Purchases to collect your payments, there are a couple of limitations your have to live with. One of…
Weiterlesen