An open API service indexing awesome lists of open source software.

https://github.com/ericsson-mts/mts

Project of Multi-protocol Test Tool opensourced by Ericsson
https://github.com/ericsson-mts/mts

asn1 diameter http mts network-test protocol protocol-tests radius rtp rtsp sctp sigtran sip tcp test testing-tools udp

Last synced: 10 days ago
JSON representation

Project of Multi-protocol Test Tool opensourced by Ericsson

Awesome Lists containing this project

README

          

# MTS: Multiprotocol Test Tool

[![Build Status](https://github.com/ericsson-mts/mts/actions/workflows/build-master.yml/badge.svg?branch=master)](https://github.com/ericsson-mts/mts)

MTS (Multi-protocol Test Suite) is a multi-protocol testing tool specially designed for telecom IP-based architectures (see above "Features" section for more details).

## MTS meets needs like :
* Functional, non-regression or protocol tests => ‘Sequential’ mode
* Load, performance endurance stress tests => ‘Parallel’ mode (master/slave)
* Simulates equipment => client, server or both sides
* System supervision => capture mode (like wireshark)

## Product characteristics :
* Definition of tests case in XML files : test and scenarios input files
* Graphical (very convivial) or command line (for test automation) user interfaces
* Easy to use : logging management and rich statistics presentation.
* Pure software solution => support only IP based protocol
* Written in java => supports many famous platforms : Windows and Linux supported
* Open Source product since begin 2012 with GPLV3 license => free to use

## Developers :
* Compile and use / test : ```mvn package```
* Generate installer : ```mvn install```