I am looking for a tool for regression testing a set of equipment that we are building.
The current concept is that you create an input file (text / csv) for a tool that defines the input data for the system under test. The tool then captures the system exits and writes the inputs and outputs to the output file.
The output is in the same format as the original input file, and can be used as input for the next tool runs, while the measured outputs correspond to the values from the previous run.
The results of the two runs will not be exact matches; there are some temporary differences depending on the state of the battery or depending on the other internal state of the equipment.
We would have to write our own interfaces to transfer commands from the tool to the equipment and to capture the output of the equipment.
This is a relatively simple task, but I am looking for an existing tool / package / library to avoid re-creating the lessons from the wheel / theft.
source
share