Reputation: 2708
I have mobile web application that has offline capabilities (via HTML5).
I'm currently building automatic build & testing for it (ant, JsTestDriver etc.), until I hit a wall. How can I test if the web application has working offline mode? This is specially painful since if tested by hand; iPhone practically needs full reset between tests (it tends to cling on to some parts of the data).
I'm thinking something around these lines (on a idea level):
Any suggestions how would I proceed doing something like this?
Upvotes: 3
Views: 850
Reputation: 21
Not sure I understand your question, but what do you think of:
Upvotes: 2