Android Networking: How to Mock the Internet
Android networking doesn't sound very radical nowadays. Actually, it's hard to find apps that don't have some sort of network dependency. Some of them won't even start without a stable network. Others…
Android networking doesn't sound very radical nowadays. Actually, it's hard to find apps that don't have some sort of network dependency. Some of them won't even start without a stable network. Others…
I have worked in a few app projects that have been up and running for quite some time. The apps often handle a bunch of error states or seldom visited…
In my latest project I was responsible for test and quality of a hybrid mobile application for Android, iOS and Windows Phone. The plan was to have a simple native…
In our current project we are using Robolectric when writing unit tests for our Android application and it has been working out really well. Recently I needed to write a…
Robotium is a UI test framework for Android applications. With Robotium, test case developers can in easy fashion write function and system tests for Android applications. Robotium has until now only…
This post is part of a series about the framework Deja vu. The previous post examplified the core Deja vu framework. As mentioned the examples did not reflect how it…
I was at Agile testing days in Potsdam as a speaker. The conference is quite a nice experience as a speaker. I don't know the numbers, but I think it…
This years Øredev conference was yet another success. As a part of the program committee I can once more conclude that a great program combined with just awesome keynotes is a steady backbone in realizing the conference. And then there are all the details that just need to be there, food, coffee, a good venue, sponsors and of course; passionate people that creates the atmosphere of knowledge sharing in a friendly environment. There are lots and lots of many more details to point out the beauty of our conference.
But how about the core ideas and the program? (more…)
Working as a consulting test manager in my latest project, a new website with 20 local sites, I was planning user acceptance testing which would be done by using all…
Testability and the means to abstract away your persistence layer in Windows Azure - two things that you don’t get for free. But you can get it really cheap, you…
For quite some time now I have struggled with making note taking a natural part of my personal progress while testing. And well, I can say that it has really…
The chaos monkey, a mythical creature. I had actually never heard of it until I read Jeff Atwood’s post (which is excellent and you should read it). Then I realized…
Since november 2010 you may create test user accounts on Facebook for your application, so that you may test your application without creating dummy accounts and possibly break the Facebook…