I have a back end application (only back end) which sends data to customers by WebSocket. I testing this application using JMeter. In Jmeter I added plugin WebSocket Sampler by Peter.. Previously I am sending this data to customers by Postman. In my Json file incluge data about event, in which customers can subscribe. I have one question: How can I do it, that data, which is send in postman (in json file) will be send in JMeter?
Is it correctly way to read my json file in Jmeter? If not: Why not and how I can improve this?
- How I can the best to process data - to variable from my json file?