Skip to content

Price per Environment #11

@vody

Description

@vody

As a publisher, I want to be able to use environment as a product pricing unit so that my customers will pay for each environment where my application is installed

Feature: Price per Environment
  As a publisher, I want to be able to use environment as a product pricing unit so that my customers will pay for each environment where my application is installed

  Background:
    Given a publisher product unit equal to environment 

  Scenario: Product installed into first environment
    When user installs a product into first environment 
    Then product quantity will be defined as 1
    And product quantity will not be editable from API

  Scenario: Product installed into second environment
    Given product installed on a first environment 
    When user installs a product into second environment 
    Then product subscription quantity updated to 2
    And product quantity will not be editable from API

  Scenario: Product uninstalled from first environment
    Given product installed on a first environment 
    And product installed on a second environment 
    When user uninstalls a product from first environment 
    Then product subscription quantity updated to 1
    And product quantity will not be editable from API

AB#7765

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions