Class CreateLinesFromTest


  • public class CreateLinesFromTest
    extends WeldBaseTest
    Tests cases to check Create Lines From Orders/Shipments/Receipts process
    Author:
    Andy Armaignac
    • Constructor Detail

      • CreateLinesFromTest

        public CreateLinesFromTest()
    • Method Detail

      • before

        public void before()
      • after

        public void after()
      • testCreateLinesFromOrders

        public void testCreateLinesFromOrders()
        Execute the test with the current data
        • Create the Order
        • Check order header and lines
        • Complete the order
        • Check order header and lines
        • Create the Invoice
        • Execute Create Lines From Order process
        • Check invoice header and lines
        • Complete the Invoice
        • Check invoice header and lines
      • testCreateLinesFromShipment

        public void testCreateLinesFromShipment()
        Execute the test with the current data
        • Create the Shipment
        • Check shipment header and lines
        • Complete the shipment
        • Check shipment header and lines
        • Create the Invoice
        • Execute Create Lines From Shipment process
        • Check invoice header and lines
        • Complete the Invoice
        • Check invoice header and lines