processone / tsung

Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
http://www.process-one.net/en/tsung/
GNU General Public License v2.0
2.52k stars 404 forks source link

Using Erlang code instead of XML for test scenarios #375

Open picaoao opened 4 years ago

picaoao commented 4 years ago

Hi, I use tsung almost in a daily basis, and despite the age it has, it works quite well.

But... I wonder how hard it would be to use Erlang code to write test scenarios instead of relying on XML, and how more expressive and easier it could be ?

Thanks,