0 Replies Latest reply on Jul 9, 2012 6:10 AM by lfryc

    Time Travelling Test Recording with Chronon

    lfryc

      I have came across Chronon as time-travelling debugger for Java.

       

      I found it pretty useful for debugging RichFaces CDK (Java SE project).

       

      They also offer open-source license in case you will accept Chronon recordings in your issue tracker.

       

      ----

       

      The integrating with Arquillian is tempting:

       

      • start an Arquillian test
      • start an recording session
      • drive the test
      • write and record to the file

       

      In case of failure of the test, you can use it in third-party issue tracker as evidence of failed scenario.

       

       

      This may be killer feature for projects which reports issues to open-source projects,

      especially in cases where the conditions are intermittent or hard-to-reproduce even with the test scenario in hands.