wms-testing-patterns
WMS Testing Patterns
<default_to_action> When testing Warehouse Management Systems:
- VALIDATE inventory accuracy (receipt, putaway, cycle count, adjustments)
- TEST pick/pack/ship workflows end-to-end (wave release -> shipment confirm)
- VERIFY EDI message processing (856 ASN, 940 Order, 945 Confirmation, 943/944 Stock)
- ASSERT RF/barcode scanning flows (scan -> validate -> update -> confirm)
- EXERCISE allocation and replenishment logic (FIFO, FEFO, lot control)
- TEST WMS-ERP integration (inventory sync, order status, goods receipt)
- VALIDATE wave management (wave planning, release, short-pick handling)
Quick Pattern Selection:
- Inventory discrepancies -> Cycle count and adjustment tests
- Order fulfillment issues -> Pick/pack/ship workflow tests
- EDI failures -> Message format and acknowledgment tests
- Scanning problems -> RF device simulation tests
- Allocation errors -> Lot control and FIFO/FEFO tests
- Integration gaps -> WMS-ERP sync boundary tests
More from proffesor-for-testing/agentic-qe
code-review-quality
Conduct context-driven code reviews focusing on quality, testability, and maintainability. Use when reviewing code, providing feedback, or establishing review practices.
1.2Kapi-testing-patterns
Comprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies.
405compatibility-testing
Cross-browser, cross-platform, and cross-device compatibility testing ensuring consistent experience across environments. Use when validating browser support, testing responsive design, or ensuring platform compatibility.
382regression-testing
Strategic regression testing with test selection, impact analysis, and continuous regression management. Use when verifying fixes don't break existing functionality, planning regression suites, or optimizing test execution for faster feedback.
213test-automation-strategy
Design and implement effective test automation with proper pyramid, patterns, and CI/CD integration. Use when building automation frameworks or improving test efficiency.
183technical-writing
Write clear, engaging technical content from real experience. Use when writing blog posts, documentation, tutorials, or technical articles.
127