<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="serif"> <font face="sans-serif">Hi,<br>
        <br>
        With Jonathan Druart, we have been working on a Koha module in
        order to simplify the writing of tests. For example, when we
        want to test an order, we have to instantiate first a
        bookseller, a basket, a budget and a biblio. In the end, there
        are more lines which instantiate all the needed objects than
        lines of test.<br>
        <br>
        The concept of this module : <i>TestBuilder</i> is to generate
        automatically the foreign keys of a specific entry in the
        database. You can choose the inserted values or let them be
        generated randomly.<br>
        <br>
        The bug report related to the <i>TestBuilder</i> is <a
          href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12603">bug

          12603</a>.<br>
        You can see examples of the use of <i>TestBuilder</i> on
        existing files : <a
          href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12604">bug

          12604</a>, <a
          href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12605">bug

          12605</a>, <a
          href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12606">bug

          12606</a>, <a
          href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12607">bug

          12607</a>.<br>
        <br>
        <br>
        Regards,<br>
        Yohann</font></font><br>
  </body>
</html>