In this project we are performing testing in Selenium (using POM Design Pattern),API testing in Rest Assured,and API testing in Cypress(using POM Design Pattern).
- Automation Testing
- API Testing
Construct Week/
├── CW_Rest_Assured
│
├── Construct Week Cypress
│
├── Construct_Week_Selenium_POM
- Get all employee data
- Get a single employee data
- Create new record in database
- Update an employee record
- Delete an employee record
- Get all employee data
- Get a single employee data
- Create new record in database
- Update an employee record
- Delete an employee record
- Search
- Navigation
- Assertions
- Extent Report
Go to Official Website and download VS Code. After Downloading the VS Code install it in your system.
Go to Official Website and download and install Java. to check whether java is installed in your machine.
java -version
Go to Offical Website and download and Install Node JS.
node -v
npm install cypress --save-dev