Samples of My Work



  • Epic: 4.0 Process Emailed Orders
    1. Release 1: Process Order Without Errors – Happy Path
    2. Release 2: Kick Out Orders with Any Errors (All or Nothing Approach)
    3. Release 3: Handle Order Header Errors
    4. Release 4: Handle Order Detail Errors

  • User Stories for Release 1: Process Order Without Errors – Happy Path
    1. Identify and Log if File Has Errors
    2. Happy Path: Break Order Into Logical Chunks
    3. Sign in to Legacy System
    4. Navigate to Order Entry Screen
    5. Identify Number of Order Headers
    6. For Each Order Header, Enter 1 to Many Order Details
    7. Log After Entry of Each Header is Complete
    8. Log After Entry of Each Order Detail is Complete
    9. Log After File Processing is Complete

  • User Story 9: Log After File Processing is Complete

Given an order file was emailed in

and received by Sample Company

and automation determined the order could be processed

when automation has signed in to the legacy system

and navigated to the order entry screen

and has successfully entered an order header

then log the time datestamp the order was entered into the CREATEDON field (in the format: mm/dd/yyyy hh:mm:ss – example 12/30/2020 10:15:55)

and the order number (pulled from the legacy system screen) into the ORDERHEADER field.