Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029344 | Retail Modules | Web POS | public | 2015-03-19 10:18 | 2015-03-30 16:36 |
|
Reporter | migueldejuana | |
Assigned To | migueldejuana | |
Priority | normal | Severity | trivial | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR15Q2 | |
Merge Request Status | |
Review Assigned To | malsasua |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029344: We need a faster way to create tests |
Description | We need to improve creating automated test. We can create steps of a test just tapping throw the UI. |
Steps To Reproduce | No Steps |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0028933 | RR16Q1 | closed | Retail | QA: RR15Q2: Add tests for Mobile applications | causes | defect | 0029518 | RR15Q3 | closed | Orekaria | Menu entry added to release that seems for debug purposes |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-19 10:18 | migueldejuana | New Issue | |
2015-03-19 10:18 | migueldejuana | Assigned To | => migueldejuana |
2015-03-19 10:18 | migueldejuana | OBNetwork customer | => No |
2015-03-19 10:18 | migueldejuana | Triggers an Emergency Pack | => No |
2015-03-19 10:45 | hgbot | Checkin | |
2015-03-19 10:45 | hgbot | Note Added: 0075765 | |
2015-03-19 10:45 | hgbot | Status | new => resolved |
2015-03-19 10:45 | hgbot | Resolution | open => fixed |
2015-03-19 10:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dac41484acbb7e02fe6a8eb3b932c62aa9919693 [^] |
2015-03-19 12:26 | Orekaria | Relationship added | related to 0028933 |
2015-03-19 14:22 | hgbot | Checkin | |
2015-03-19 14:22 | hgbot | Note Added: 0075771 | |
2015-03-19 19:30 | hgbot | Checkin | |
2015-03-19 19:30 | hgbot | Note Added: 0075778 | |
2015-03-19 19:30 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dac41484acbb7e02fe6a8eb3b932c62aa9919693 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bbb673d7ae74f927632d156de3c9da22e12caf14 [^] |
2015-03-30 16:36 | malsasua | Review Assigned To | => malsasua |
2015-03-30 16:36 | malsasua | Note Added: 0076150 | |
2015-03-30 16:36 | malsasua | Status | resolved => closed |
2015-03-30 16:36 | malsasua | Fixed in Version | => RR15Q2 |
2015-04-08 17:36 | Orekaria | Relationship added | blocks 0029518 |
2015-04-08 17:36 | Orekaria | Relationship replaced | causes 0029518 |
Notes |
|
(0075765)
|
hgbot
|
2015-03-19 10:45
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: dac41484acbb7e02fe6a8eb3b932c62aa9919693
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Mar 19 10:44:27 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dac41484acbb7e02fe6a8eb3b932c62aa9919693 [^]
Fixed issue 0029344: We need a faster way to create tests
*When we start recording a test, we inject javascript code in each component to register action when tapping on them.
*New button has been added in menu to start/end test.
*To use Test Creator functionality we have to enable a preference to show the new button with manual roles.
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.mobile.core/source/component/ob-menu.js
M web/org.openbravo.mobile.core/source/utils/ob-testregistry.js
---
|
|
|
(0075771)
|
hgbot
|
2015-03-19 14:22
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 62ec8bbe520a027abdbeadfb2f0a51b89312df67
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Mar 19 14:18:11 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/62ec8bbe520a027abdbeadfb2f0a51b89312df67 [^]
Backed out issue 29344, changeset: dac41484acbb: Test build fails
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.mobile.core/source/component/ob-menu.js
M web/org.openbravo.mobile.core/source/utils/ob-testregistry.js
---
|
|
|
(0075778)
|
hgbot
|
2015-03-19 19:30
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bbb673d7ae74f927632d156de3c9da22e12caf14
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Mar 19 19:30:06 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bbb673d7ae74f927632d156de3c9da22e12caf14 [^]
Fixed issue 0029344: We need a faster way to create tests (Push again fixed)
*When we start recording a test, we inject javascript code in each component to register action when tapping on them.
*New button has been added in menu to start/end test.
*To use Test Creator functionality we have to enable a preference to show the new button with manual roles.
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.mobile.core/source/component/ob-menu.js
M web/org.openbravo.mobile.core/source/utils/ob-testregistry.js
---
|
|
|
|
|