I want to automate functional testing of my code which works with SMS. I know, that I can use send sms
command and sms will be sent to emulator instance.
The question is how can I execute send sms
command programmatically from my test case, so I can run test without manual intervention?