Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enables the execution of automated test suites on a scheduled basis, provided that the related test execution property is also enabled. |
| What area does it affect? |
Automated Testing Framework |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when configuring automated testing in sub-production environments. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.schedule.enabled |
| Sys ID |
c232794153c3220064a5c2e5dec58783 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Enable scheduled test suite execution. Update the value of this property to 'true' on sub-production instances where you wish to enable scheduled automated suites. This property is private; changes to its value will not move between instances in update sets or team development. Note: In order to enable scheduled suites, the property for test/test suite execution must also be enabled. |
| Updated |
2024-05-25 03:56:16 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... "error": "", "percent_complete": 0 } } Failure response: { "result": { "status": "3", "status_label": "Failed", "status_message": "", "status_detail": "", "error": "Scheduled test/suite execution is disabled. Change the value of property 'sn_atf.schedule.enabled' to true to enable it" } } Continuous Integration and Continuous Delivery (CICD) Update Set API The CICD Update Set API provides methods to create, retrieve, preview, commit, and back- ...
Context preview
Snippet 2
... run, scan results are logged to the Test Results [sys_atf_test_result] table. Note: The following two system properties must be enabled to run the Application Deployment Test Suite: • sn_atf.runner.enabled • sn_atf.schedule.enabled If they aren't enabled, only the instance scan runs. For more information, see Enable Automated Test Framework (ATF) properties. Scoped App Definitions instance scan Instance scans aid in diagnosing health ...
Related properties