From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,10f9da4d1c65612e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-10 21:28:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp.flash.net!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr13.news.prodigy.com.POSTED!17b0e3b3!not-for-mail User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Subject: Re: Ada test tools From: "R. Tim Coslet" Newsgroups: comp.lang.ada Message-ID: References: Mime-version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit NNTP-Posting-Host: 207.214.212.234 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr13.news.prodigy.com 1031718466 ST000 207.214.212.234 (Wed, 11 Sep 2002 00:27:46 EDT) NNTP-Posting-Date: Wed, 11 Sep 2002 00:27:46 EDT Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: [[OWCTKEZZRKRTX[NCOF_W\@PJ_^PBQLGPQRZQ]KEYUNDQUCCNSUAACY@L[ZX__HGFD]JBJNSFXTOOGA_VWY^_HG@FW_HUTHOH]TBPGCO\P^PLP^@[GLHUK@WLECKFVL^TYG[@RMWQXIWM[SDDYWNLG_G[_BWUCHFY_Y@AS@Q[B\APPF@DCZM_PG_VSCPQZM Date: Wed, 11 Sep 2002 04:27:46 GMT Xref: archiver1.google.com comp.lang.ada:28813 Date: 2002-09-11T04:27:46+00:00 List-Id: I've used AdaCAST quite a bit. Overall it seems to work very well for CUT level testing. However the initial versions we got had severe problems testing packages that contained tasks. I spent ALOT of time sending them sample test environments that would not work correctly to get various bugs fixed. Current versions seem to be working reasonably well for us. Another one you could look at is AdaTest (from a British company, I don't recall their name). What I see of their ads they look more "stable" and "mature" than AdaCAST, but I've never had a chance to try it out. -- R. Tim Coslet r_tim_coslet@pacbell.net Technology, n. Domesticated natural phenomena. > From: coolpages@excite.com (d) > Organization: http://groups.google.com/ > Newsgroups: comp.lang.ada > Date: 10 Sep 2002 12:59:29 -0700 > Subject: Ada test tools > > Looking into some test tools like AdaCAST (from VectorCAST) and also > LDRA. Unit testing, MC/DC, integration level tests, coverage > analysis, auto test driver a plus. > > What is the current state of test tools using primarily Ada? > > Suggestions? > > Cheers