Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

SNIssue IDSummaryTest Scenarios
1OFBIZ-5777

Picking screen get block when there are large number of records to process

Test Case:
1. Go to facility -> Picking (https://localhost:8443/facility/control/PicklistOptions?facilityId=WebStoreWarehouse)
2. Enter the number of order you want to group in 'Group first' text box. (Default value is 50 orders)
3. Click on Submit button.

Expected Result: On submitting, number of orders grouped should be equal to number of orders specified in the 'Group first' text box.

2OFBIZ-5778

Manage Picklist screen get block when there are large number of records to process

 
3OFBIZ-4528

Out of stock products screw up the pagination during category browsing

  1. Set 'showOutOfStockProducts' flag in ProductStore entity to 'N'
  2. Make some products of any category 'Out Of Stock' by reducing inventory and set it to zero

Test case for ecommerce store:

  1. Go to ecommerce http://localhost:8080/ecommerce/control/main
  2. Browse products by clicking 'Categories' from left nav
  3. Observe the counts of pagination and actual products display

Expected Result: Pagination count and number of products display should be same

Test case for ordermgr:

  1. Go to ordermgr -> Order Entry (https://localhost:8443/ordermgr/control/orderentry)
  2. On 'Add To Order' page of sales order creation page
  3. Select products to add by selecting 'Browse Categories' from left nav.
  4. Observe the counts of pagination and actual products display

Expected Result: Pagination count and number of products display should be same

4
OFBIZ-5769

web.xml: empty allowPaths init param causes NPE

 
5
OFBIZ-5739

copyContentAndElectronicTextandAssoc service broken

 
    
    
    
    
  • No labels