A framework for testing SMS services and apps on any android phones.
SMS_App_Tester is hosted in the following web site
https://github.com/manuskc/SMS_App_Tester
If you think the Android project SMS_App_Tester listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SMS_App_Tester.
Item | Value |
---|---|
Java File Count | 15 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.RECEIVE_SMS android.permission.SEND_SMS com.manuskc.smsapp_tester.LISTEN_DELIVERY_STATUS |
SMS_App_Tester has the following Java source files.
com.manuskc.smsapp_tester.Constants.java com.manuskc.smsapp_tester.MainActivity.java com.manuskc.smsapp_tester.TestExecutor.java com.manuskc.smsapp_tester.lib.CsvParser.java com.manuskc.smsapp_tester.lib.DamerauLevenshteinAlgorithm.java com.manuskc.smsapp_tester.testcase_executor.TestCaseExecutor.java com.manuskc.smsapp_tester.testcase_executor.TestCaseExecutorFactory.java com.manuskc.smsapp_tester.testcase_executor.TestForMessageContains.java com.manuskc.smsapp_tester.testcase_executor.TestForRegexMatch.java com.manuskc.smsapp_tester.transaction_handler.LastResponseTransactionHandler.java com.manuskc.smsapp_tester.transaction_handler.Receiver.java com.manuskc.smsapp_tester.transaction_handler.SMSTransactionHandler.java com.manuskc.smsapp_tester.transaction_handler.Sender.java com.manuskc.smsapp_tester.transaction_handler.TransactionFactory.java com.manuskc.smsapp_tester.transaction_handler.TransactionHandler.java