To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorStop the clock MI
Stop the count of time whilst an application is stored for standover requisition, then
resume the count when tag of standover-no reply? is applied so the Workflow manager can
know the real speed of service being delivered to our customers
- Scenarios
-
- Count the progression time of a work item
- Stop counting when a work item is in standover
- Recommence count when a work item released from standover
- Count the progression time of a work item
-
- Given
- a work item exists to count the time
- And
- the capture_time is known
- And
- the progression time of a work item is known
- When
- the stop the clock MI is displayed
- Then
- the correct progression time of the work item is displayed
- Stop counting when a work item is in standover
-
- Given
- a work item exists to count the time
- And
- the capture_time is known
- And
- the work item has been deferred with a status of standover customer requisition
- When
- the stop the clock MI is displayed
- And
- the progression time of a work item until the deferral is known
- Then
- the correct progression time of the work item is displayed
- Recommence count when a work item released from standover
-
- Given
- a work item exists to count the time
- And
- the capture_time is known
- And
- the work item has been deferred with a status of standover customer requisition
- And
- the progression time of a work item until the deferral is known
- When
- the work item is released from standover
- And
- the correct deferral time of the work is known
- And
- the stop the clock MI is displayed
- And
- the progression time of a work item after the deferral release is known
- Then
- the correct progression time of the work item is displayed
- Then
- the correct deferral time of the work is displayed
Last published over 6 years ago by Matthew Thomas.