# SCM-478 - Add Create catalogue template in pop up import catalogue
## Test Scenarios
#### Test Scenario 1
```gherkin
Scenario: As an Admin, I want to access Import Catalogue Page
Given the user has logged in to SSC
And the user is on Catalogue List Page
When the user clicks Import button
Then redirects user to Import Catalogue Pop-up Page
```
#### Test Scenario 2
```gherkin
Scenario: As an Admin, I should be able to see Import Catalogue Import Dropdown Menu
Given the user has logged in to SSC
And the user is on Import Catalogue Page
When the user clicks Import Type dropdown Menu
Then show Catalogue Import dropdown Menu
```
#### Test Scenario 3
```gherkin
Scenario: As an Admin, I want to choose Import Catalogue Menu
Given the user has logged in to SSC
And the user is on Import Catalogue Page
When the user clicks Import Type dropdown Menu
And the user choose Import Catalogue Option
Then show Import Catalogue as chosen import type
```
#### Test Scenario 4
```gherkin
Scenario: As an Admin, I want to Import Catalogue
Given the user has logged in to SSC
And the user is on Import Catalogue Page
And the user has chosen Import Catalogue as Import Type
When the user clicks Upload button
And the user choose a file
Then successfully import chosen file
```
#### Test Scenario 5
```gherkin
Scenario: As an Admin, I want to access History Import Catalogue Page
Given the user has logged in to SSC
And the user is on Import Catalogue Page
When the user clicks 'Import History' tab section
Then redirects user to History Import Page
```
#### Test Scenario 6
```gherkin
Scenario: As an Admin, I should be able to see correct Import History Data
Given the user has logged in to SSC
And the user has imported new catalogue
When the user clicks 'Import History' tab section
Then redirects user to History Import Page
And show correct data for imported new catalogue activity
```
###### tags: `Sprint 25` `Ecommerce 1` `SSC`