Select a log file
Select a file from the left to view its content.
Automation Scheduling Rules
The TMS automation system uses four validation checks to determine when tests should run. All checks must pass for the buy automation to execute.
Day of Week Restriction
Tests only run from Sunday to Thursday.
Time Window Restriction
Tests only run between 10:30 AM and 3:00 PM Nepal time.
Scheduled Date Match
The current date (in Nepal time) must exactly match the scheduled BuyDate.
Scheduled Time Match
The current time (in Nepal time) must be at or after the scheduled BuyTime.
CSV Status Values
Each row in the CSV has a Status field that controls test execution. Only PENDING tests will run.
✓ RUNS: Test is scheduled and waiting to run. The automation will check all scheduling rules and execute if conditions are met. This is the only status that allows test execution.
✗ SKIPPED: Test is temporarily paused. The automation will skip this test regardless of scheduling rules. Use this to pause tests without deleting them.
✗ SKIPPED: Test has been completed successfully. The automation will skip this test. Typically set automatically after successful execution.
✗ SKIPPED: Test execution failed on the last attempt. The automation will skip this test. To retry, manually change the status back to PENDING. Check the Automation Logs to see what went wrong.
Summary
For a test to run, it must satisfy all four conditions:
- Current day is Sunday-Thursday
- Current time is 10:30 AM - 3:00 PM (Nepal time)
- Current date matches the scheduled BuyDate
- Current time is at or after the scheduled BuyTime
If any check fails, the test will be skipped and you'll see a logged warning in the Automation Logs.