Skip to content

BrickStreetSoftware/email-testtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-testtools

This repo provides tools for testing messaging systems.

csvMsgGen

This program provides an extensible framework for testing messaging systems. The framework is made up of 3 elements:

  1. A test case generator that generates messages based on templates and CSV data files.
  • The TestCase and TestCaseGroup interfaces
  1. A message Sender, responsible for delivering messages to the test system
  • Sender interface
  1. A Result Checker, responsible for verifying the results of sending the messages to the system under test (SUT)
  • ResultChecker interface

The program is invoked with a configuration properties file and an input file.

Main config.properties testparams.csv

The configuration file controls all aspects of the test run.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages