# EC1-419 - New Module Catalogue Segmentation List ## Test Scenarios #### Test Scenario 1 ```gherkin Scenario: As an Admin, I should be able to see submenu Catalogue Segmentaion Given the user has logged in as Admin And the user is on SSC Homepage When the user clicks Catalogue Menu Then show submenu Catalogue Segmentation ``` #### Test Scenario 2 ```gherkin Scenario: As an Admin, I want to access Catalogue Segmentation Menu Given the user has logged in as Admin And the user is on SSC Homepage When the user clicks Catalogue Menu And the user clicks Catalogue Segmentation menu Then the user redirects to Catalogue Segmentation Page ``` #### Test Scenario 3 ```gherkin Scenario: As an Admin, I should be able to see list of existing catalogue segmentation Given the user has logged in as Admin And the user is on SSC Homepage When the user clicks Catalogue Menu And the user clicks Catalogue Segmentation menu Then show existing catalogue segmentation list ``` #### Test Scenario 4 ```gherkin Scenario: As an Admin, I want to search catalogue segmentation based on the name Given the user has logged in as Admin And the user is on Catalogue Segmentation Page And catalogue <A> already exist in DB When the user input catalogue <A> name in search field Then show catalogue <A> as search result ``` #### Test Scenario 5 ```gherkin Scenario: As an Admin, I want to click Action menu in Catalogue Segmentation list Given the user has logged in as Admin And the user is on Catalogue Segmentation Page When the user clicks Action menu Then show dropdown options for action menu ``` #### Test Scenario 6 ```gherkin Scenario: As an Admin, I should be able to see Inactive & Delete in Action dropdown menu Given the user has logged in as Admin And the user is on Catalogue Segmentation Page When the user clicks Action menu Then show inactive & delete in action dropdown menu ``` ###### tags: `Sprint 24` `Ecommerce 1` `SSC`