mardi 7 mars 2017

how to test native c++ executables [on hold]

The frequency at which our applications fail due to missing dlls... I want to automate tests to check that an executable can start and to check that the time between network emissions is within an appropriate window for example. How should I go about this?

The only solution I can think of is running the executable from a batch and returning error levels or writing to a log. Maybe I could test emissions by making another executable, running them both from the batch file, writing results to the log or stdout.

Is there a better way?

Aucun commentaire:

Enregistrer un commentaire