--
You received this message because you are subscribed to the Google Groups "Agile Testing UK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to agile-testing-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
What is your intent of your tests? I presume you are not testing the network delivery of SMS messages, but only that you send correctly formatted message requests to your gateway. If so build a mock service and test it is called correctly (right request, right time etc).
Andy
Sent from my phone----- Reply message -----
From: "Tim Wyatt" <wya...@gmail.com>
To: "agile-te...@googlegroups.com" <agile-te...@googlegroups.com>
Subject: Testing sending of Text Messages (SMS)
Date: Wed, Oct 22, 2014 1:12 PM
YouYou need something that can talk SMPP (look it up). IIRC there were some PERL modules that could do this.
The other way I looked to do this was hook up a physical phone that allowed access to its AT command line via a serial connection on USB, and then hack some code to read it.
On Wednesday, 22 October 2014, worldofchris <ch...@chrisyoung.org> wrote:
Hi,--Does any one have any experience of / can recommend a way of testing the sending of Text Messages?I'm looking to use and SMS gateway like https://www.clickatell.com but would like to be able to automate testing for receipt of the message without having to use a physical phone.ThanksChris
You received this message because you are subscribed to the Google Groups "Agile Testing UK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to agile-testing-uk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.