-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Asitha Nanayakkara edited this page May 25, 2015
·
4 revisions
Andes Test Client (ATC) is a performance testing client for WSO2 Message Broker.
Goal of this project is to write a comprehensive test client for WSO2 Message Broker (MB). This is a java based console application with the capability to run test scenarios according to a configuration file given at startup.
Currently this client supports testing AMQP protocol based functionality of MB.
Configuring the client for a specific test is really easy. You just have to edit the client.yaml file found at conf directory within the client directory
Get started by following the step by step guide to writing your own test configuration
Start writing your own custom test. Follow the step by step guide on how to write your own test here.