Is it possible to run regression tests with Jenkins? (I am not talking about Unit Tests).
Regression tests in my company are some VB scripts (recorded user action in a txt file and then compared to an existing file). We usually automatically run these using a job and an in-house app.
Is it possible to make Jenkins run these when a build is triggered?
Thanks !