From: Trasca V. <vir...@ya...> - 2006-02-22 13:09:26
|
Hi all, I am new to this list and I want to develop a mechanism for automating the regresion testing for a big already existing Java API. I intend to use somehow also AspectJ for achieving this task. What I need is a system that will record the test cases while there are executed, will record also the input and output parameters for each method call, will serialize/deserialize everything and will be able to run again the same test cases at a future time. It will report which test cases failed. Failing meens that for the same input parameters different output was generated. Do you have any clue about such a system? How should I start? Thank you. Regards, Virgil |