of DBI populariryt and that the product udner tes ti using perl, I am thinking of using perl to test whether the
product under test correctly pasrse and insert data into the mssql server with the loging credential. so the
ultimate goal is to issues sql statements to test against various data already in the database. one thing for
sure is that we will never use live database as the app under test will install a fresh installed embedded msdn or connect to a
new or existing sql server creating an entire new instance. we have a set of sample data inputs that the app will parse, and I want to do some query against the databse to
make sure the data has been inserted into the database. but since there may be schema change I was thinking about
using object relational mapping to seperate SQL queries from the other parts of the tests..
but is there a similar test framewrok already exits? since this is a common problem, I
have a feeling I may be duplicating someone else work. I cannot use MOCK database as the dev team really want MSSQL
and MSDN because of vendor specific SQL implementation. any suggestion?

In reply to a perl framework to test mssql database by edwardt_tril

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.