You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository consists of API Automation using Axios, Mocha and JavaScript. I have automated the user creation for Customer and Agent, also some transaction-related operations have been done, ex- Send Money, Agent To Customer Deposit, Money Withdrawal, Customer Payment, etc. Also, assertion and negative test cases have been covered for every test
This repository consists of Basic API Automation using Cypress, Mocha, and JavaScript. I have automated the admin login, get all user lists, and user creation for Customers, and deleted the recently created user. Finally, I have created a report for all the test cases using Mochawesome Report.
This repository demonstrates API automation using Cypress, a popular testing framework primarily used for end-to-end testing of web applications. It includes automation scripts specifically designed for testing RESTful APIs, verifying responses, and ensuring API functionality, security, and performance.