Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Updating custom time period generates error

...

Test Case1:
1.Go to accounting -> Globle GL Setting (https://localhost:8443/accounting/control/globalGLSettings)
2 Click on Edit Custom Time Period menu item
3 Click on Update button

Expected Result: On updating record, date should be updated and error should not occur.

...

When periodNum is not set an error is thrown

...

Test Case1:
1.Go to accounting -> Globle GL Setting (https://localhost:8443/accounting/control/globalGLSettings)
2 Click on Edit Custom Time Period menu item
3 Add new Custom Time Period from bottom of screen, Keep 'Period Number' field empty and submit the form.
4 Now go to Edit Custom Time Period screen

Expected Result: Screen should display correct and there should not be any error on console regarding rendering of screen.

...

Order confirmation and order order complete email notification issue from backend

...

Test Case 1:

  1. Place order from front end.
  2. Complete the order.

Expected Result: Order Confirmation and Order Completed email should be triggered.

Test Case 2:

  1. Place order from back end.
  2. Complete the order.

Expected Result: Order Confirmation and Order Completed email should be triggered.

...

Groovy error when trying to filter virtual product feature variants in lookup popup window

...

Test Case:

1. Navigate to the product page
2. Click the lookup popup window icon for the productId field in the Search Products section on the left side of the screen
3. Search for WG-9943 and click the "Variants" button
4. Select some features and then click "Search"

Expected Result: Screen should dispaly with no error. Also duplicate search button should remove.

...

Party logo images not stored in SystemProperty location

...

Test Case:

1. Go to partymgr(https://localhost:8443/partymgr/control/main)
2. Search and select any party from the the result
3. Click on PartyContent screen and add 'Logo Image Url' from 'Add Party Content' including upload image.

Expected Result: On party profile page uploaded logo image should display under 'Personal Image' field.

...

images not stored in SystemProperty location

...

Test Case1:
1. Prepare and load SystemProperty entity data for 'image.server.path' and like:
<SystemProperty description="Default path of product images" systemPropertyId="image.server.path" systemPropertyValue="${sys:getProperty('ofbiz.home')}/framework/images/webapp/images/tenant1" systemResourceId="catalog"/>

<SystemProperty description="Image url prefix" systemPropertyId="image.url.prefix" systemPropertyValue="/images/tenant1" systemResourceId="catalog"/>

2. Login into catalog(https://localhost:8443/catalog/control/FindProduct) and go to 'content' screen of any product.

3. Upload product's main and additional images.

Expected Result: Uploaded images should save and render from specified location.

...

Order Lookup fails with "Order not found with ID [XXXXX], or not allowed to view" message while "Quick Ship" order created by anonymous user

...

Test Case 1:

  1. Navigate to Order > Requests
  2. Find Customer Request and select any Cust Request Id
  3. Press Content tab and then select Existing Content Id look up.

Expected Result:

  1. Popup should be opened properly.
  2. Content should be shown properly and user able to select any content.

Test Case 2:

  1. Navigate to Order > Requests
  2. Find Customer Request and select any Cust Request Id
  3. Press Content tab and then select Parent Content Id look up.

Expected Result:

  1. Popup should be opened properly.
  2. Content should be shown properly and user able to select any content.

...

Test Case 1:

  1. Navigate to Order > Reports
  2. Click Run for Sales Report 

Expected Result: Sales report should be generated properly.

...

Test case:

...

Test Case:
1. Create an SO/PO from ordermgr.
2. Partially ship/received order item quantity.
3. Edit order and cancel the order item.
  

Expected result: System cancel the remaining order item quantity instead of canceling total order item quantity and mark order item as completed.

...

Test Case 1:

  1. Navigate to Order > Requests
  2. Find Customer Request and select any Cust Request Id
  3. Press Content tab and then select Existing Content Id look up.

Expected Result:

  1. Popup should be opened properly.
  2. Content should be shown properly and user able to select any content.

Test Case 2:

  1. Navigate to Order > Requests
  2. Find Customer Request and select any Cust Request Id
  3. Press Content tab and then select Parent Content Id look up.

Expected Result:

  1. Popup should be opened properly.
  2. Content should be shown properly and user able to select any content.

...

Test Case:

  1. Place sales order.
  2. Press Edit Items button and change price of any product finally update item.
  3. Press Edit Items button again and then press Update Selected Item without changing anything.

Expected Result: List Price should not be ZERO.

...

Test Case:

1. Create a new order for DemoCustCompany
2. Add GC-001 to the Cart
3. Select a style and amount and click "Add to Cart"
4. Click the "Submit" button without entering any information in the survey fields.

Expected result: Now field validation has been added so no error should show after submit survey page with incomplete information

...

Test case:

  • Create an return with greater the 1 quantity.
  • Accept return and go for receive return.
  • Receive return partially.
  • Go to return items screen, "Total Quantity received" shows incorrect quantity.

Expected Result: Total qty received should show correct value that has been received.

...

If you Create and Ship an Order for a billing account and then create a store credit, a second billing account is created

...