# SCM-588 - [SSC] Get Catalogue Segmentation List
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I want to access Catalogue Segmentation Setting Page
Given the user has logged in to SSC
And the user is on Catalogue Segmentation Page
When the user clicks a catalogue detail
And the user clicks Segmentation Setting tab
Then redirects user to Catalogue Segmentation Setting Page
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I should be able to see assigned Catalogue Segmentation
Given the user has logged in to SSC
And the user is on Catalogue Detail Page
When the user clicks Segmentation Setting Tab
Then redirects user to Catalogue Segmentation Setting Page
And show list of assigned Catalogue Segmentations
```
#### Test Scenario 3
```gherkin
Scenario: As an Admin, I want to access Edit Segmentation Setting Page
Given the user has logged in to SSC
And the user is on Catalogue Segmentation Setting Page
When the user clicks Edit button
Then show Edit Segmentation Setting Page
```
#### Test Scenario 4
```gherkin
Scenario: As an Admin, I should be able to see Action button
Given the user has logged in to SSC
And the user is on Catalogue Segmentation Setting Page
When the user clicks Edit button
Then show Edit Segmentation Setting Page
ANd show Action button
```
#### Test Scenario 5
```gherkin
Scenario: As an Admin, I want to click Action Button
Given the user has logged in to SSC
And the user is on Edit Segmentation Setting Page
When the user clicks Action button
Then show dropdown options
```
###### tags: `Sprint 25` `Ecommerce 1` `SSC`