Skip to content

SMS Send

Function: SMS_SEND

The SMS_SEND function is used to send an SMS message from the test device to a specified target number. This function is essential for testing SMS sending capabilities on mobile devices.

Parameters

Parameter Name Description Example Values Required Default Value
B_NUMBER The phone number to send the SMS 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
SMS_TEXT The text content of the SMS message. Hello, Test Yes
EXPECT The expected result of the SMS send attempt. It defines what constitutes a successful SMS send. SUCCESS, FAILURE Yes SUCCESS