Projects:ProcessGroup/Test Cases
Contents |
Test Cases
Ensure backward compatibility
Schedule a single process
- Schedule a single process immediately OK
- Schedule a single process in 2 min OK
- Schedule a single process periodically OK
Prevent Execution of a single Process
- Schedule a single process marked as "Prevent Execution" twice and prevent the second execution OK
New Functionality
Create a Process Group
- Create a Process Group with 4 processes inside OK
Schedule a Process Group
- Schedule a process group immediately OK
- Schedule a process group in 2 min OK
- Schedule a process group periodically OK
Prevent Concurrent Executions of a Process Group
- Schedule a process group marked as "Prevent Concurrent Executions" twice and prevent the second execution OK
Stop the group execution when a process fails
- Schedule a process group marked as "Stop the group execution when a process fails" and stop the execution after the fail OK
Avoid launch empty groups
- Create an empty group and try to launch the execution receiving an error OK
Export and import Process Group in a module
- Create Process Group entities in other modules an be able to export and import them OK