Skip to content

Makuaa/Cypress_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Application Testing with Cypress

Hey there!

Welcome to my sample web application testing project using Cypress, a powerful end-to-end testing framework. I'm excited to showcase my knowledge and expertise in testing as I thoroughly validate crucial functionalities of the web application, ensuring it delivers a seamless user experience.

Installation

To get started, you'll need to have Node.js and npm installed on your machine. Follow these simple steps:

  1. Clone this repository to your local machine:
git clone <repository_url>
cd web-app-testing-cypress
  1. Install the project dependencies:
npm install

Running the Tests

To witness the magic of Cypress in action, run the following command:

npm run test

Watch as the test suite meticulously verifies the web application's critical features.

Test Scenarios

I've crafted some essential test scenarios to showcase the robustness of the web application:

  1. Login with Valid Credentials: Watch as the application gracefully accepts valid credentials, providing a smooth login experience.

  2. Password Recovery: Witness how users can effortlessly recover their passwords through the password recovery process.

  3. Verify that New User Account Cannot Be Created Without First Name: Observe how the application ensures users provide their first names when creating an account.

  4. Verify that New User Account Cannot Be Created Without Last Name: See how the application enforces the requirement of a last name during account creation.

  5. Verify that New User Account Cannot Be Created Without Email Address: Check how the application smartly demands users to provide an email address when creating an account.

  6. Verify that User Can Create a New Account: Experience the delight as users successfully create new accounts with ease.

Connect with Me

I'm thrilled to share my testing journey with you. If you have any questions, suggestions, or simply want to discuss testing, feel free to reach out:

Let's take software testing to new heights together!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published