-
-
Notifications
You must be signed in to change notification settings - Fork 847
End to End Test Scenarios
Tapas Adhikary edited this page Aug 16, 2022
·
3 revisions
Here are basic test cases we need to take care of as part of the end-to-end test scenarios.
Please note, that we need to run them as a test suite. As we change the application features, these test cases must be modified accordingly.
- The Contributors List should be rendered
- The Twitter Community tweet section must be rendered.
- The Browse button must be present
- The GitHub button must be present
- The Header elements must be present
- The Search textbox must be rendered
- The Filter control must be rendered
- List of plays to render.
- A play should render with the structure(Name, Cover, other details)
- The Search should be working with the positive test case. The qualified plays should be rendered.
- The Search should be working with the negative test case. The play not found page should be rendered.
- The Filter should be working with the positive test case. The qualified plays should be rendered.
- The Filter should be working with the negative test case. The play not found page should be rendered.
- The Play details page Header elements to render as expected.
- The Play details should not be blank.
- The 404 page should be rendered for a non-existing route.
ReactPlay - The MIT License (MIT) Copyright ©2023 is an open-source project made with ❤️ by Tapas Adhikary and friends.