~c2c-oerpscenario/oerpscenario/stable-6.0

« back to all changes in this revision

Viewing changes to features/samples/test_partner.feature

  • Committer: Joël Grand-Guillaume
  • Date: 2010-03-26 11:30:57 UTC
  • mfrom: (30.1.75 OERPScenario)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100326113057-w6jb16avnxkf2ize
[MRG] From trunk branch. This is about releasing the 0.5 version of OERPScenario.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
###############################################################################
2
 
#
3
 
#    OERPScenario, OpenERP Functional Tests
4
 
#    Copyright 2009 Camptocamp SA
5
 
#
6
 
##############################################################################
7
 
 
8
 
@sample @testpartnersample
9
 
Feature test partner
10
 
  In order to test my demo
11
 
  As an administator
12
 
  I want to see if the partner named Mypartner exist and is Swiss
13
 
  
14
 
 
15
 
  @testpartnersample
16
 
  Background: login
17
 
    Given I am loged as admin user with password admin used
18
 
  @testpartnersample  
19
 
  Scenario: check_partner
20
 
    Given I made a search on a partner named Mypartner 
21
 
    When I press search
22
 
    Then the result  should be true
23
 
    And the country code should be CH
 
 
b'\\ No newline at end of file'