All Downloads are FREE. Search and download functionalities are using the official Maven repository.

features.org_client.services.org-client-service-create.feature Maven / Gradle / Ivy

There is a newer version: 4.10.0
Show newest version
Feature: Organization clients can create Organization Services
  In order to provide for creation of Organization Service entities
  As an Organization client
  I can create Organization Services

  Scenario: Client can send unique Service name and successfully create a Service
    When I create an Organization Service
    And I retrieve the created Organization Service
    Then the Organization Service name is the same as was sent

  Scenario: Client sending duplicate Service name raises ServiceNameInUse
    Given I created an Organization Service
    And I attempt to create a Organization Service with the same name
    Then a ServiceNameTaken error occurs




© 2015 - 2025 Weber Informatics LLC | Privacy Policy