News and announcements

OERPScenario beta released in Python

Written for OERPScenario by Joël Grand-Guillaume @ camptocamp on 2013-01-28

Come and see our new beta version of our testing tools ! OERPScenario written in Python and including a DSL that allow you to write test a lot more faster !!!

OERPScenario is going to change

Written for OERPScenario by Nicolas Bessi - Camptocamp on 2012-03-29

OERPScenario is going to change, core and scenarios are going to be split in different branches, and provide gemset for each part:
cucumber-openerp
cucumber-openerp-scenario

No more trouble to install requirements.

There is already a new DSL available using the ooor_finders https://github.com/camptocamp/ooor_finders

Here is are small samples:

      Given I need a "res.partner" with oid: scenario.moov_lock
      And having
        | name | value |
        | name | Reserve |

      Given I need a "res.partner.address" with oid: scenario.moov_store_add
      And having
        | name | value |
        | name | Reserve Moovin |
        | partner_id | by oid: scenario.moov_lock |
        | country_id | by code: FR |

      Given I need a "res.partner" with name: my name and code: my code
      And having
      | name | value |
      | lang | fr_FR |
      | company_id | by name: Your company |
      | supplier | 1 |

OERPScenario 0.5 Released

Written for OERPScenario by Joël Grand-Guillaume @ camptocamp on 2010-03-26

Included:

- Better Performance (till 10x faster !)
- Sale Order complex workflow test case
- Better connexion handlging
- Make a real tag system by restructuring them all
- Better output for quality base module test suites (provided by OpenERP SA)
- First basis to integrate OERPScenario into the automated Intagration Server of OpenERP !

OERPScenario 0.4 Released

Written for OERPScenario by Joël Grand-Guillaume @ camptocamp on 2010-03-02

Very proud to announce the 0.4 release ! Included in this new one :

- The @bug tag allowing you to launch the test suite on a specific Bug
- Better tag organization
- Helpers to deal with Taxes
- New tag @init to initiate the instance state before testing
- More tests cases

OERPScenario 0.3 Released

Written for OERPScenario by Joël Grand-Guillaume @ camptocamp on 2010-01-22

This new version arrive with more tests, demo data handling, base quality tests launcher, better helpers and more...

15 of 6 results