# EC1-407 - Detail Catalogue Segmentation
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I want to access Segmentation Detail Page
Given the user has logged in as Admin
And the user is on Catalogue Segmentation Page
When the user clicks segmentation <A>
Then the user redirects to Segmentation Detail Page
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I should be able to see table affiliated SKU section
Given the user has logged in as Admin
And the user is on Catalogue Segmentation Page
When the user clicks segmentation <A>
Then show table affiliated SKU section
```
#### Test Scenario 3
```gherkin
Scenario: As an Admin, I should be able to see affiliated SKU in table section
Given the user has logged in as Admin
And the user is on Catalogue Segmentation Page
And catalogue <A>.<B> is affiliated with segmentation <A>
When the user clicks segmentation <A>
Then show catalogue <A>.<B> as affiliated SKU in table section
```
#### Test Scenario 4
```gherkin
Scenario: As an Admin, I should be able to see blank table section for no affiliated SKU in segmentation
Given the user has logged in as Admin
And the user is on Catalogue Segmentation Page
And segmentation <A> has no affiliated SKU
When the user clicks segmentation <A>
Then show blank table section for segmentation <A> details
```
###### tags: `Sprint 24` `Ecommerce 1` `SSC`