<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 9/2/24 00:20, Hal Murray via Bloat
      wrote<span style="white-space: pre-wrap">
</span></div>
    <blockquote type="cite"
cite="mid:20240902042024.8A7E3620054@107-137-68-211.lightspeed.sntcca.sbcglobal.net">
      <pre wrap="" class="moz-quote-pre">What does that say about the minimal collection of gear required in a test 
lab?

If you had a lab with plenty of gear, what tests would you run?

How many different tests would it take to give reasonable coverage?

</pre>
    </blockquote>
    <p>This is called "the modem testing problem" (:-))  The usual
      answers are</p>
    <ol>
      <li>just my own brand</li>
      <li>the most popular, plus mine</li>
    </ol>
    <p>That slowly leads to a series of failures in the industry,
      followed by lots of mergers and acquisitions.</p>
    <p>If one has a collection of hardware that have APIs, and a testing
      mechanism that's also programmable, then you can do <i>line
        coverage by exhaustion</i>, identify the failing configurations
      Given a list of failing combinations, you can set up tests for
      just them to run more often. <br>
    </p>
    <p>As it's name suggests, the main test can take a while (:-))<br>
    </p>
    <p>--dave<br>
    </p>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
David Collier-Brown,         | Always do right. This will gratify
System Programmer and Author | some people and astonish the rest
<a class="moz-txt-link-abbreviated" href="mailto:davecb@spamcop.net">davecb@spamcop.net</a>           |              -- Mark Twain</pre>
  </body>
</html>