All Questions
2 questions
0
votes
4
answers
300
views
Improvements in java based test framework to reduce execution time
Let me give a bit of background on the problem.
We have a java application which has MQ integration and an Integration Test pack which is also written in java.
The test pack runs all scenarios (...
3
votes
1
answer
1k
views
Java Logfile Parsing Assistance
I'm writing a log parser that continuously looks for specific patterns and then fires off events to another system when it finds these matches. The firing of the event is time critical to catch errors ...