I'm working on a project where I am being required to automate some tests using JAVA. I need to validate that an event message is being received each time that an action is performed.
I asked the developer about it and told me the messages are sent in a payload each time an action is done (eg. click on a button) and is being sent through websockets.
I'm kind of new since I used to be a manual tester, but is it possible to get those messages?