Skip to content

Test Scenarios

Dmitrii Hromtsov edited this page Mar 8, 2023 · 3 revisions

Scenario: A user is able to create a new account.

Acceptance Criteria:

  • User should be able to enter their personal details and create a new account.
  • The system should validate the user's information and display appropriate error messages if any information is missing or incorrect.
  • Once the account is created, the user should receive a confirmation email.

Scenario: A user is able to search for suppliers on the website.

Acceptance Criteria:

  • User should be able to enter search terms in the search bar.
  • The system should display relevant suppliers based on the user's search terms.
  • The search results should be accurate and relevant.

Scenario: An employee is able to make an order on the website.

Acceptance Criteria:

  • User should be able to add products to their cart and proceed to checkout.
  • The system should display the correct pricing and shipping information.
  • The system should generate an order confirmation page and send an email confirmation to the user.

Scenario: An employee is able to view their order history on the website.

Acceptance Criteria:

  • User should be able to log in to their account and access their order history.
  • The system should display a list of the user's previous orders, including order number, date, and status.
  • The user should be able to view details of each order, such as order items and shipping information.

Scenario: The website is able to handle a high volume of traffic during peak periods.

Acceptance Criteria:

  • The system should be able to handle a large number of concurrent users without crashing or slowing down.
  • The website should be responsive and load quickly during peak traffic periods.
  • The system should be able to handle high volumes of data and transactions without errors or delays.