[Agile] 유저스토리 (User Stories)를 써보자 (Gherkin Syntax)


업무상 PivotalTracker와 Kanban으로 유저스토리나 백로그Backlog를 정리하는 편이다.

이왕 새로 배워보는거

PivotalTracker Icebox에 스토리를 추가해보자







만약 내가 스플렁크를 대시보드를 통해서 RabbitMQ 모니터링하는 일을 한다고 가정해보자

그리고 그 상황을 Gherkin syntax에 맞춰서 써보자


### Why

**As BM the application support analyst**
**I want ** monitor RabbitMQ instances
**So that** check whether the RabbitMQ server is available and able to respond to request;

### Acceptance Criteria

```gherkin
Scenario:
Given BM is on the consolidated Splunk dashboard
When BM scrolls to the RabbitMQ section
Then BM sees all the following RabbitMQ metrics:

-  /p-rabbitmq.service_broker.heartbeat (Description: RabbitMQ Server is alive poll, which indicates if the component is available and able to respond to requests)


```

포맷이 보기 좋게끔 자동으로변환된다


Comments

Popular Posts