MMS Send
Function: MMS_SEND¶
The MMS_SEND function is used to send an MMS message from the test device to a specified target number. This function is essential for testing MMS sending capabilities on mobile devices.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| B_NUMBER | The phone number to send the MMS to. This can be specified in various formats depending on the MSISDN_FORMAT parameter. | Custom | Yes | |
| MSISDN_FORMAT | The format of the phone number. Common formats include E164, which is the international format. | E164, National, International | Yes | E164 |
| EXPECT | The expected result of the MMS send attempt. It defines what constitutes a successful MMS send. | SUCCESS, FAILURE | Yes | SUCCESS |