Hi.
I am looking for more ways to test and validate my RSSL Consumer application. With many market data feeds, I am able to run a replay of the data to verify the application/parser works as well. Theoretically, were I to get permission to get a PCAP of a current RSSL consumer application we have interacting with a real UPA server, am I right to assume there would be little to nothing I could do with it to increase validation coverage? Unlike some other market data feeds, I am not able to just "feed in" the raw bytes captured, since obviously UPA is a proprietary API and so I would only be able to interact with the data through the API. Am I wrong about this? Is there anything that others have done to validate their consumer by getting a packet capture and using certain techniques?
Thank you very much.