I am planning to write an app that needs phone number and contact list. Is there any way that I can test my app without buying a telecom provider connection for my android phone. Without a sim the phone doesn’t have a phone number and I am wondering if mock phone number is only way to get pass this.
2
There is one way that you can use default emulator in android and you can send a call to your emulator from DDMS. You can check some functionality using this method.
ADT emulator might help you a lot, with GSM carrier simulation. It also support two phone simulation for calls, etc. which is enough for many test cases.