English 中文(简体)
How to mimic SMPP connection
原标题:

I have a situation. My application is sending multiple SMSes to end client this number varies from 50000 to 100000 SMSes at any point of time. To achieve this functionality i am using Kannel as sms sender interface.

So My solution is complete. But only in development environment! Before going to be in production I supposed to do a testing of this solution environment.

Is there any suggestion to created a testing environment?

To give more input to my environment; kannel is using an smpp connection to deliver messages to end client. So, I think i need to mimic some smpp server for kannel.

问题回答

SMPPSIM from www.seleniumsoftware.com

Also try SCTT and Logica SMSCSim

If you re happy setting up a Java envrionment, Logica have an open-source simulator application that works quite well.

http://opensmpp.logica.com/CommonPart/Download/download2.html#simulator

I ve used it to push through quite a lot (in the order of several million) sms in test, so it s quite robust. I ve also got a version compiled using .Net (J#) that /seems/ to work OK; give me a shout if you want to try that out.





相关问题
Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Best browser for testing under Safari Mobile on Linux?

I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...

Code Coverage Tools & Visual Studio 2008 Pro

Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...

Is there any error checking web app cralwers out there?

Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...

热门标签