Advertisement
Guest User

Untitled

a guest
Oct 9th, 2014
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Genero 1.33 KB | None | 0 0
  1. Feature: collection manifest uploader
  2.     In order speed up entry of pickup dates
  3.     As a frank
  4.     I want maestro to read agent collection manifests and set POB miliestones
  5.     so that i dont have to
  6.  
  7. Background: nothing yet.
  8. Given agent LCT has a carrier key LCT1 for MIA
  9.  
  10. Scenario: a recognised marken hawb routed by LCT is sucessfully updated
  11.     Given a shipment with Waybill 620X12345678 is on a route carried by LCT1
  12.     And the following collection manifest for LCT
  13.     <PIPE> hawb            <PIPE> pu date  <PIPE> pu time   <PIPE>
  14.     <PIPE> 620X12345678    <PIPE>2014/08/22<PIPE>12:32      <PIPE>
  15.     When the agent collection manifest is submitted to maestro
  16.     Then shipment 620X12345678 delivery date is 2014/08/22 12:32
  17.    
  18.  
  19. Scenario: reject manifested jobs that do not have routing for the expected agent
  20.     Given a shipment with Waybill 620X12345678 has no routing
  21.     Given the following collection manifest for LCT
  22.     <PIPE> hawb            <PIPE> pu date  <PIPE> pu time   <PIPE>
  23.     <PIPE> 620X12345678    <PIPE>2014/08/22<PIPE>12:32      <PIPE>
  24.     Then ...
  25.  
  26.  
  27.  
  28. Scenario: reject unrecognised hawb
  29.     Given the following collection manifest for LCT
  30.     <PIPE> hawb            <PIPE> pu date  <PIPE> pu time   <PIPE>
  31.     <PIPE> 620X12345699    <PIPE>2014/08/22<PIPE>12:32      <PIPE>
  32.     Then ...
  33.  
  34.  
  35. Scenario: what if shipment has already got a pickup on board date?
  36. Scenario: what if shipment has no scheduled collection date?
  37. Scenario: what if some jobs correct and some not? (make em fix the jobs?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement