Search code examples
javamavenparameterized

Running an application automatically every day


I have an application that tests web services. And I want to run this application every day at 6 pm.

I wonder if it is possible to do this automatically?

*For information: this application is developed with Java, JUnit parameterized tests, maven..., OS: Windows 7 *


Solution

  • You can create schedule task in windows and cron job in UNIX to trigger your application which test web services.