This repository contains the assignment for the IT Quality Assurance (ITQA) module, focusing on UI and API testing using Cucumber and Cypress.
The objective of this project is to demonstrate expertise in:
- UI Testing: Automating end-to-end tests for a web application.
- API Testing: Validating API functionality and responses.
This project uses Cypress for executing UI and API tests, combined with Cucumber to ensure clear and maintainable test cases.
- Cypress: A fast, reliable, and powerful testing framework for end-to-end testing.
- Cucumber: A BDD tool for writing clear and understandable test scenarios in Gherkin syntax.
- JavaScript/TypeScript for writing test scripts.
- Node.js for environment setup.
Follow these steps to set up the project:
- Clone the repository:
git clone https://github.com/Team-Infolinx/itqa-assignment-group39.git cd itqa-assignment-group39