I'm testing a system that involves XMLs from a JMS queue getting inserted into a database using a JMS trigger (webmethods).
Firstly, I turn off the JMS trigger to let messages accumulate on the queue, then I examine some XML messages. Take a count of them, look for special character such as $ <> ' " in the XMLs. Then I turn the trigger back on and compare some values between the XMLs and the database records and ensure the counts match.
Just wondering if anyone has had any similar experiences regarding how things to look out for or a suitable test approach as I'm new to the subject?