DEV Community

Discussion on: Why You're Not Writing UI Tests

Collapse
 
jessekphillips profile image
Jesse Phillips

I would caution UI testing. This can be the first place people reach for after unit testing. Look to test integration before the UI.

I'm still trying out this strategy but the framework we are putting together will isolate the UI from the backend with Wiremock. This will give us validation of the communication from UI to the backend and how the UI behaves to respons. Not sure what web socket mocking looks like.