27
Views
1
Comments
Solved
[Testing Framework] Schedule test with timers
testing-framework
Reactive icon
Forge asset by Leonardo Fernandes
Application Type
Reactive

Hello,

Is it possible to schedule the execution of any test using Outsystems timers?

It's not clear how to do it.

thanks

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Solution

Hi Gianluca. By default, all tests are republished and re-executed every night.

This is done via the timers RepublishTestSuites and TakeDailySnapshot, respectively, and both can be found in the module TestConsoleCore. You can change their schedule in Service Center to better suit your needs (e.g. run tests at a more appropriate time of day or multiple times per day).

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.