Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0046249 | Retail Modules | Web POS | public | 2021-04-12 12:36 | 2021-05-17 09:02 |
|
Reporter | dmiguelez | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR21Q3 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0046249: Create Test Suite for Quotations and test it with and without the preference for new state actions |
Description | Recently a new Preference has been included in the distribution in order to execute the logic of the POS using or not new State Actions.
Because of it, it is necessary to test some flows with and without the preference enabled.
An example can be found in the commits related to this issue:
https://issues.openbravo.com/view.php?id=46165 [^]
In this issue, the Returns Suite is executed taking into account the preference in AllReturnsTestsSA.java
For Quoations it is necessary to:
- 1st create a Test Suite
- Move all the existing Quotations tests in Selenium to the suite
- Add an AllQuotationsTestsSA.java to this suite |
Steps To Reproduce | Recently a new Preference has been included in the distribution in order to execute the logic of the POS using or not new State Actions.
Because of it, it is necessary to test some flows with and without the preference enabled.
An example can be found in the commits related to this issue:
https://issues.openbravo.com/view.php?id=46165 [^]
In this issue, the Returns Suite is executed taking into account the preference in AllReturnsTestsSA.java
For Quoations it is necessary to:
- 1st create a Test Suite
- Move all the existing Quotations tests in Selenium to the suite
- Add an AllQuotationsTestsSA.java to this suite |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0046251 | | closed | dmiguelez | Add new State Action that allows to Transform a Ticket into a Quotation |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-04-12 12:36 | dmiguelez | New Issue | |
2021-04-12 12:36 | dmiguelez | Assigned To | => Retail |
2021-04-12 12:36 | dmiguelez | OBNetwork customer | => No |
2021-04-12 12:36 | dmiguelez | Triggers an Emergency Pack | => No |
2021-04-12 13:07 | dmiguelez | Relationship added | related to 0046251 |
2021-04-29 07:22 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2021-04-29 12:50 | ranjith_qualiantech_com | Status | new => scheduled |
2021-05-17 06:58 | hgbot | Merge Request Status | => open |
2021-05-17 06:58 | hgbot | Note Added: 0128156 | |
2021-05-17 09:01 | hgbot | Resolution | open => fixed |
2021-05-17 09:01 | hgbot | Status | scheduled => resolved |
2021-05-17 09:01 | hgbot | Fixed in Version | => RR21Q3 |
2021-05-17 09:01 | hgbot | Note Added: 0128186 | |
2021-05-17 09:02 | hgbot | Merge Request Status | open => approved |
2021-05-17 09:02 | hgbot | Status | resolved => closed |
2021-05-17 09:02 | hgbot | Note Added: 0128192 | |
2021-05-17 09:02 | hgbot | Note Added: 0128193 | |
Notes |
|
(0128156)
|
hgbot
|
2021-05-17 06:58
|
|
|
|
(0128186)
|
hgbot
|
2021-05-17 09:01
|
|
|
|
(0128192)
|
hgbot
|
2021-05-17 09:02
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 02e2e047d4db9fe2c0123f8ae1579bf65fabece9
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-05-17T07:02:38+00:00
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/02e2e047d4db9fe2c0123f8ae1579bf65fabece9 [^]
Fixed ISSUE-46249: Added Independent Suite for Quotation
---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job011/AnonymousCustomerSuite.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job011/AnonymousCustomerSuiteHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/QuotationsSuite.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/QuotationsSuiteHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job014/QuotationsSuiteSA.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customer/AllAnonymousCustomerTest.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customer/AllAnonymousCustomerTestHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/AllQuotationsTests.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/AllQuotationsTestsHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/AllQuotationsTestsSA.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/ConvertOrderToQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/CreateAnonymousCustomerQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/CreateQuotationAnonymousCustomer.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I27631_QuotationnoResetAfterChangingPrefix.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I28588_UndefinedQuotationDate.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I28690_QuotationnoPrefixChangeAndSale.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I29223_QuotationnoConsecutive.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I29223_QuotationnoConsecutiveAfterDelete.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I29953_ReactivateQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I29993_QuotationDateInServer.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I30412_QuotationsAndPromotions.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I30487_ReactivateQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I30983_SalesFromQuotationDuplicateDocNo.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I31019_SalesFromQuotationSessionId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I31064_OrderFromQuotationShouldBeLayaway.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I31379_DocumentSeqBasedOnUserSession.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I31862_VerifyTerminalQuotationNo.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32112_VerifyOrderDateIsInISOFormat.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32221_LoadQuotationWithoutBPartner.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32575_VerifyPromotionOnOrderToQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32699_VerifyFirmQuotationIssue.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I32827_VerifyButtonOnClosedReceipt.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I33028_QuotationReturnLines.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I33029_VerifyUndoForQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I33036_VerifyCalculationForQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I33439_QuotationAddServicesUnderEvaluation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I34125_QuotationServicesCreateOrder.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I34125_QuotationServicesReactivateQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I34441_ReactivateQuotationAndCreateOrder.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I35663_QuotationCreateOrder.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I36830_VerifyOrderFromQuotations.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I37471_VerifyWrongDataGeneratedCreatingSalesOrderFromQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I37552_ProductWithAttributesUpdatingPrice.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I39204_VerifyPreferenceBeforeRunSyncProcess.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I41521_VerifyGoodShipmentAfterCreateSalesFromQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I41838_CreateOrderFromQuotationRemoveTicketAndVerifyStatusQuotation.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/PayButtonQuotationStates.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/QuotationProductsNotInAssortment.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/QuotationnoAfterQuotationLogoutLogin.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/QuotationnoAfterQuotationLogoutLoginII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/QuotationnoWhenCreatingQuotations.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/ReactivateAnonymousQuotationFromBackend.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/RejectQuotationAnonymousCustomer.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/RejectQuotations.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/TryToCreateAQuotationFromNegativeOrder.java
M src-test/org/openbravo/test/mobile/retail/mobilecore/utils/RetailUtils.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33149_VerifyReturnQtyWithTotalQty.java
---
|
|
|
(0128193)
|
hgbot
|
2021-05-17 09:02
|
|
|