-
Created by Unknown User (arunpatidar), last updated by Unknown User (deepak) on Sep 20, 2014
2 minute read
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 12
Next »
| SN | Issue ID | Summary | Test Scenarios |
|---|
| 1 | OFBIZ-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. |
| 2 | OFBIZ-5778 | Manage Picklist screen get block when there are large number of records to process | |
| 3 | OFBIZ-4528 | Out of stock products screw up the pagination during category browsing | - Set 'showOutOfStockProducts' flag in ProductStore entity to 'N'
- Make some products of any category 'Out Of Stock' by reducing inventory and set it to zero
Test case for ecommerce store: - Go to ecommerce http://localhost:8080/ecommerce/control/main
- Browse products by clicking 'Categories' from left nav
- 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: - Go to ordermgr -> Order Entry (https://localhost:8443/ordermgr/control/orderentry)
- On 'Add To Order' page of sales order creation page
- Select products to add by selecting 'Browse Categories' from left nav.
- 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 | Steps to regenerate the issue - Goto any 'web.xml' file for any application.
- Comment out or delete the allowed paths in init-param .
- Then access the particular application like BI or Webtools.
Actual Result: A NPE occurs and the page is not displayed. Expected Result: User should be able the access the application. |
| 5 | OFBIZ-5739 | copyContentAndElectronicTextandAssoc service broken | Steps to regenerate issue: Actual Result: Error occurred after submit the form Expected Result: New content should be created with related electronicText and contentAssoc. |
| 6 | OFBIZ-5775 | Some Payment Settings options at ordermgr/control/finalizeOrder disappear if Continue is clicked without selecting a payment | Steps to Regenerate: 1. Go to ordermgr and select Order Entry 2. Create order and continue till payment setting in finalize order flow. 3. Click on continue without selecting any peyment method. 4. Page will be shown with error "Please select a method of payment". Some of payment methods disappears. Expected Result: All payment methods should be available which were there before. |
| 7 | OFBIZ-3879 | invalid invoice id is not handled correctly by invoiceOverview | Steps to Regenerate: 1. Access invalid invoice https://demo-trunk.ofbiz.apache.org:8443/accounting/control/invoiceOverview?invoiceId=80103333 Expected Result: Invoice does not exists message should be shown. Actual Result: Parameter missing related error is coming on page. Reason : Required Checks for invoice existence were missing. |
| | | | |
| | | | |