Cypress
End to end testing
E2E testing is a way to make sure that applications behave as expected and that the flow of data is maintained for all kinds of user tasks and processes. This type of testing approach starts from the end user’s perspective and simulates a real-world scenario.
In Cypress framework, it can help to simulate the user behaviors , such as browsing website , clicking button, and capture the website content to see whether the requirement is meet or not
Component Testing
For importing the component , it can be used to test the component behavior, ui , etc...
Last updated
Was this helpful?