Tagged Questions
2
votes
1answer
216 views
Testing database transformation mappings
If regularly testing the creation of different datawarehouse tables using mappings from source tables. What do you suggest is the best approach or specific SQLs to do the trick?
3
votes
2answers
216 views
XMLs and JMS queue trigger to database - what to test?
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 ...