Without calling the webservice. Is there a testing framework/library to mock the responses? Use a fixture for responses?
Asked
Active
Viewed 277 times
2 Answers
0
You can test your webservices by downloading the Advance Rest Client
plug-ins in your chrome browser.

GrIsHu
- 29,068
- 10
- 64
- 102
-
Maybe I wasn't clear. I want to test the android app. Although Advance Rest Client seems pretty cool – PuercoPop Jan 07 '13 at 04:43
0
There are several instrumentation frameworks such as Mercury and Instrumentation.
However, for actual network emulation your best bet would be to use a localhost server, for example with WAMP which would let you run PHP locally and emulate the responses.

Oleg Vaskevich
- 12,444
- 6
- 63
- 80