When working with Toxic substances (e.g. Production without QA), i suggest that the development group take some time and read some of the QA literature, so they can write better self-tests.

I have to say, i write a fair amount of code, and write my own self-tests, but i have found that a seperate QA person finds more bugs, because they do not have a suspicion of where they may hide. But, when i noticed this trend, i took the time to trudge through Code Complete, which, dispite it's age, was pretty good. Since this, i have started looking to Other QA books, and i think that most developer's, especially the ones without QA, should take the time to read at minimum some sort of online QA test info.

# why does cent have to be US ? my $two = $euro/100;

i had a memory leak once, and it ruined my favorite shirt.

In reply to Re: Stopgap measures when you don't have a QA department by MZSanford
in thread Stopgap measures when you don't have a QA department by Ovid

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.