robot framework python example
Example: Robot Framework
*** Settings ***
Documentation Notify HR of missing hours at the end of the month.
*** Tasks ***
Notify HR of missing hours
Log in to time-tracking system
Collect tracked hours for current month
Compare expected hours to tracked hours
Notify HR if hours are missing
[Teardown] Log out of time-tracking system