# SCM-619 - [SSC] Add Exclusive Field in Catalogue List
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I should be able to see Exclusive Tab Section on Catalogue List Page
Given the user has logged in to SSC
When the user clicks Catalogue Menu
And the user clicks Manage Product Sub-menu
Then redirects user to Catalogue List Page
And show Exclusive Tab Section
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I want to access Exclusive Catalogue List Tab Page
Given the user has logged in to SSC
And the user is on Catalouge List Page
When the user clicks Exclusive Tab Section
Then redirects user to Exclusive Catalogue List Page
```
#### Test Scenario 3
```gherkin
Scenario: As an Admin, I shouldn't be able to see non-exclusive catalogue in Exclusive Catalogue List Tab Page
Given the user has logged in to SSC
And the user is on Catalouge List Page
When the user clicks Exclusive Tab Section
Then redirects user to Exclusive Catalogue List Page
And doesn't show non-exclusive catalogue in the catalogue list
```
#### Test Scenario 4
```gherkin
Scenario:
Given
And
When
Then
```
###### tags: `Sprint 26` `Ecommerce 1`