# New Customer Details ```gherkin= Feature: Create Customer Details In order to use Neptune Bank As an authorized user I should enter my personal details Scenario: Enter Valid Customer Details Given I am an authorized user When I enter valid customer details in the required fields Then the customer will be created And assigned a customer ID Scenario: Enter Invalid Customer Details ```