Mindulle Garden
Search
Search
Search
Light mode
Dark mode
Folder: fruit/Coding/Testing/javascript/3-Frontend
11 items under this folder.
Aug 17, 2024
3-1 Separate UI from functionality
Aug 17, 2024
3-10 Expose the tests as a live collaborative document
Aug 17, 2024
3-11 Detect visual issues with automated tools
Aug 17, 2024
3-2 Query HTML elements based on attributes that are unlikely to change
Aug 17, 2024
3-3 Whenever possible test with a realistic and fully rendered component
Aug 17, 2024
3-4 Dont sleep use frameworks built-in support for async events. Also try to speed things up
Aug 17, 2024
3-5 Watch how the content is served over the network
Aug 17, 2024
3-6 Stub flaky and slow resources like backend APIs
Aug 17, 2024
3-7 Have very few end-to-end tests that spans the whole system
Aug 17, 2024
3-8 Speed-up E2E tests by reusing login credentials
Aug 17, 2024
3-9 Have one E2E smoke test that just travels across the site map