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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 10f5bc,f5d8cf787bb10cf3 X-Google-Attributes: gid10f5bc,public X-Google-Thread: 103376,f5d8cf787bb10cf3 X-Google-Attributes: gid103376,public From: "Wajdi H. Al-Jedaibi" Subject: Re: Ada Mutation Test Tools Date: 1999/08/02 Message-ID: <37A5E860.CB40F8E3@acm.org>#1/1 X-Deja-AN: 508052765 Content-Transfer-Encoding: 7bit References: <37A4BD07.6315E604@acm.org> <7o4c4o$n93$1@nnrp1.deja.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: George Mason University Mime-Version: 1.0 Newsgroups: comp.lang.ada,comp.software.testing Date: 1999-08-02T00:00:00+00:00 List-Id: Here is the link to Mothra http://www.ise.gmu.edu/faculty/ofut/rsrch/mut.html Assuming that you have fortran code, mothra will generate a list of valid changes to create mutants of the original source code. In my experiment, I am only interested in creating mutants of the guard conditions of each task. For that, the guards are translated into fortran code. Mothra will output the proper changes (in fortran) and you change the Ada code accordingly. I am looking for an Ada testing that would generate the mutants directly from the Ada code, but no luck so far! I know of only one such tool from www.rlscorp.com but found no information on it, yet. Wajdi. Ted Dennison wrote: > In article <37A4BD07.6315E604@acm.org>, > "Wajdi H. Al-Jedaibi" wrote: > > Anyone knows of any Ada mutation generator. I need to generate mutants > > from Ada code, right now I am doing this by translating the Ada code > > into FORTRAN and using Mothra then generating the mutants by hand. Are > > there any ada based tools that would do that automatically (and > > directly) to generate the mutants. > > Hmm. Could you describe something about this process? I have no clue > what "Mothra" is. I couldn't find anything on the web about it either, > but then I was awash in Japanese monster movie references... > > -- > T.E.D. > > Sent via Deja.com http://www.deja.com/ > Share what you know. Learn what you don't.