# EC1-423 - API View Catalogue Segmentation
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I want to hit get catalogue-segmentation endpoint
Given the user has logged in as Admin
When the user hit get catalogue-segmentation endpoint
Then show response data list of existing catalogue segmentation
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I should be able to see response list of supplier segmentations
Given the user has logged in as Admin
And the user is on supplier <A> account admin
When the user hit get catalogue-segmentation endpoint
Then show response data list of supplier <A> existing catalogue segmentation
```
#### Test Scenario 3
```gherkin
Scenario: As an Admin, I shouldn't be able to see other supplier segmentations
Given the user has logged in as Admin
And the user is on supplier <A> account admin
When the user hit get catalogue-segmentation endpoint
Then doesn't show supplier <A> existing catlogue segmentation in response data
```
#### Test Scenario 4
```gherkin
Scenario:
Given
And
When
Then
```
###### tags: `Sprint 24` `Ecommerce 1` `SSC`