How to to automate USSD apps

試著忘記壹切 提交于 2019-12-24 16:55:02

问题


I am currently working on a USSD application that is aimed towards lower end java phones.

Is there a way i can automate the USSD application thru some available tool?

-Siva


回答1:


If you are interested in testing USSD requests, not the UI/logic testing of your app that uses USSD just as a transport, please try SMSlib. It supports USSD request and USSD responce analyze send via 3g modem or mobile phone plugged to PC.

As far as I know, there is no way to write UI tests for j2me apps using some real devices (as I understand, it is critically to use real devices, not emulators to send real ussd/sms requests via this app).



来源:https://stackoverflow.com/questions/14040475/how-to-to-automate-ussd-apps

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!