Sha256: af1b7d1dee2d6acae3e260f714eb3d265a68cf3ad42fb58eb8781de3fdd2f95a

Contents?: true

Size: 930 Bytes

Versions: 1

Compression:

Stored size: 930 Bytes

Contents

Feature: Management approach

  As a business analyst
  I want to know what strategy to use with a stakeholder
  So that I can manage them effectively

  Scenario Outline: Management strategy
    Given the stakeholder has <Power> power/influence
      And <Interest> interest in the project
    Then the management strategy should be <Strategy>

    Examples:
      | Power | Interest | Strategy                    |
      | No    | No       | Ignore                      |
      | No    | Some     | Keep informed               |
      | No    | High     | Keep informed               |
      | Some  | No       | Keep onside                 |
      | Some  | Some     | Keep onside                 |
      | Some  | High     | Keep onside                 |
      | High  | No       | Watch                       |
      | High  | Some     | Keep satisfied              |
      | High  | High     | Constant, active management |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stakeholder_management_strategy-0.0.1 features/stakeholder_management_approach.feature