# EC1-400 - Readjustment view for segmentation setting in detail sku
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I should be able to see 'Segmentation Setting' section menu
Given the user has logged in as Admin
And the user is on Manage Product Page
When the user clicks a SKU
And the user redirected to SKU Details Page
Then show Segmentation Setting section menu
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I want to access Segmentation Setting
Given the user has logged in as Admin
And the user is on SKU Details Page
When the user clicks Segmentation Setting section menu
Then redirects user to Segmentation Setting Section
```
#### Test Scenario 3
```gherkin
Scenario: As an Admin, I should be able to see catalogue's segmentation data
Given the user has logged in as Admin
And the user is on SKU <A> Details Page
And SKU <A> assigned to segmentation <A>
When the user clicks Segmentation Setting section menu
Then show segmentation <A> in Segmentation Setting Section for SKU <A>
```
#### Test Scenario 4
```gherkin
Scenario: As an Admin, I should be able to see catalogue's retail price section
Given the user has logged in as Admin
And the user is on SKU <A> Details Page
And SKU <A> has retail price for <A>
When the user clicks Segmentation Setting Section menu
Then show price <A> as SKU <A> retail price
```
#### Test Scenario 5
```gherkin
Scenario: As an Admin, I want to click Edit in Segmentation Setting section
Given the user has logged in as Admin
And the user is on SKU <A> Segmentation Setting Section Page
When the user clicks Edit button
Then show Edit Segmentation Setting Section Page
```
#### Test Scenario 6
```gherkin
Scenario: As an Admin, I should be able to see Segmentation Parameter fields
Given the user has logged in as Admin
And the user is on SKU <A> Segmentation Setting Section Page
When the user clicks Edit button
Then show Segmentatin Parameter fields
```
#### Test Scenario 7
```gherkin
Scenario: As an Admin, I want to search catalogue's segmentation based on inputted segmentation's parameters
Given the user has logged in as Admin
And the user is on SKU <A> Edit Segmentation Setting Section Page
When the user input warehouse <A>
And the user input group <A>
And the user input channel <A>
And the user clicks Apply button
Then show affiliated Segmentation based on chosen segmentation type
```
###### tags: `Sprint 24` `Ecommerce 1` `SSC`