Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038585Retail ModulesWeb POSpublic2018-05-18 16:192018-09-18 12:05
gorka_gil 
gorka_gil 
normalminorhave not tried
closedfixed 
5
 
RR18Q4 
marvintm
No
0038585: Tests for synchronize mode and remote business partner
Analyze what tests there are for:
- synchronize mode
- remote business partner

Ensure that they are running,
and the main flows are covered,
if no, create the needed tests.
-
No tags attached.
related to defect 0038723 closed ranjith_qualiantech_com SaleAndCashupVerifyingDatabase tests don't work in synchronize mode 
Issue History
2018-05-18 16:19gorka_gilNew Issue
2018-05-18 16:19gorka_gilAssigned To => gorka_gil
2018-05-18 16:19gorka_gilTriggers an Emergency Pack => No
2018-05-18 16:19gorka_gilStatusnew => scheduled
2018-06-07 16:55hgbotCheckin
2018-06-07 16:55hgbotNote Added: 0105008
2018-06-07 18:01hgbotCheckin
2018-06-07 18:01hgbotNote Added: 0105009
2018-06-07 18:02gorka_gilRelationship addedrelated to 0038723
2018-09-18 12:05marvintmStatusscheduled => resolved
2018-09-18 12:05marvintmFixed in Version => RR18Q4
2018-09-18 12:05marvintmResolutionopen => fixed
2018-09-18 12:05marvintmReview Assigned To => marvintm
2018-09-18 12:05marvintmStatusresolved => closed

Notes
(0105008)
hgbot   
2018-06-07 16:55   
Repository: tools/automation/pi-mobile
Changeset: 08663185710dd4c93efda473e992d8b1e9ca48b4
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Thu Jun 07 16:54:22 2018 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/08663185710dd4c93efda473e992d8b1e9ca48b4 [^]

Related to issue 38585: added synchronize mode tests

The existing ones, fix the way to set the preference and added the suite to be executed in ci

Get list of tests from multiserver and create java tests that extends from the base ones

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/SameDocumentnoAfterRefreshWithCreatedOrder.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/VerifyServerDocumentNumbers.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/BaseSynchronizedTransactionTest.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/SynchronizedCashupWithDeposit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I25623_VerifiedReturnsAvoidMoreThanOrdered.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I27476_SameDocumentNoAfterPayAndReload.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I27615_PartiallyPaidLayaway.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I30412_QuotationsAndPromotions.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I31323_LayawayPayOpenTicket.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I31462_VoidLayaway.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I31892_VoidLayawayAndCashUp.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_RejectQuotations.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/TestSynchronizedSaleWithError.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/TestSynchronizedTransaction.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job015/SynchronizedSuite.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job015/SynchronizedSuiteHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/AllSynchronizedTests.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/AllSynchronizedTestsHV.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CMGa10_CashManagementDeposit.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CashUpPartialWithSale.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CashupWithSaleAndReturn.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CreateMultiorder.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_CreateSaleAndReturn.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I30997_NewCustomerForReceipt.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I31019_SalesFromQuotationSessionId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_I35744_PayOpenTickets.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_LAWa010_CreateLayaway.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_MPLSaleAndReturn.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_NewDocumentnoAfterSale.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_ReceiptsSearchExample.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_ReturnServiceTests.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SaleAndCashupVerifyingDatabaseI.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SaleAndCashupVerifyingDatabaseII.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SaleWithTwentyLines.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SameDocumentnoAfterDeletingReceipt.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SameDocumentnoAfterRefresh.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SameDocumentnoAfterRefreshWithCreatedOrder.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_VerifyLayawayToReceipt.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_VerifyServerDocumentNumbers.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/SynchronizedCashupWithSaleAndReturn.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/TestNonSynchronizedSale.java
---
(0105009)
hgbot   
2018-06-07 18:01   
Repository: tools/automation/pi-mobile
Changeset: 2feb07f7070a930d7e94db57fa16dae106cce1b3
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Thu Jun 07 18:00:52 2018 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2feb07f7070a930d7e94db57fa16dae106cce1b3 [^]

Related to issue 38585: Disable tests Synchronized_SaleAndCashupVerifyingDatabaseI and Synchronized_SaleAndCashupVerifyingDatabaseII till issue 38723 is fixed

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SaleAndCashupVerifyingDatabaseI.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/synchronizedtransactions/Synchronized_SaleAndCashupVerifyingDatabaseII.java
---