comp.lang.ada
 help / color / mirror / Atom feed
* [ANNOUNCE] Mika by Midoan : Automated Test Data Generation for Ada
@ 2009-03-23 14:28 info
  2009-03-24 15:14 ` Nicolas Paul Cailean Gloucester
  2009-03-24 15:31 ` Martin
  0 siblings, 2 replies; 6+ messages in thread
From: info @ 2009-03-23 14:28 UTC (permalink / raw)


Midoan Software Engineering Solutions Ltd. (http://www.midoan.com/)
announces
the release of Mika, the first commercial testing tool for Ada that
automatically generates
test inputs from your source code.

Mika is an entirely automatic tool that analyses your Ada code and
generates,
carefully constructed, tests that will exercise all the branches or
decision
within your code at a level suitable for integration testing. With
Mika, manual
test data generation is no longer necessary.

If you are involded in the testing of Ada code, you should check what
Mika can
do for you: it may well save you weeks of arduous, manual, test data
generation.

You can download and try Mika today at http://www.midoan.com/
The website contains further information and actual examples of
Mika's
capabilities.

Remember, Mika does not generate 1000s of random tests: each test is
carefully
constructed to increase the testing coverage of your code.

You can also give us your feedback or requests at
http://www.midoan.com/request.html

Yours sincerely,
the Midoan and Mika team



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] Mika by Midoan : Automated Test Data Generation for Ada
  2009-03-23 14:28 [ANNOUNCE] Mika by Midoan : Automated Test Data Generation for Ada info
@ 2009-03-24 15:14 ` Nicolas Paul Cailean Gloucester
  2009-03-24 15:31 ` Martin
  1 sibling, 0 replies; 6+ messages in thread
From: Nicolas Paul Cailean Gloucester @ 2009-03-24 15:14 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=ANSI_X3.4-1968, Size: 743 bytes --]

Scr�obh Criost�ir Meudec n� duine eile ag Midoan ar an 23� M�rta 2009:
|---------------------------------------------------------------------|
|"Midoan Software Engineering Solutions Ltd. (http://www.midoan.com/) |
|announces                                                            |
|the release of Mika, the first commercial testing tool for Ada that  |
|automatically generates                                              |
|test inputs from your source code.                                   |
|                                                                     |
|[...]"                                                               |
|---------------------------------------------------------------------|

Thank you.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Mika by Midoan : Automated Test Data Generation for Ada
  2009-03-23 14:28 [ANNOUNCE] Mika by Midoan : Automated Test Data Generation for Ada info
  2009-03-24 15:14 ` Nicolas Paul Cailean Gloucester
@ 2009-03-24 15:31 ` Martin
  2009-03-26  7:08   ` info
  1 sibling, 1 reply; 6+ messages in thread
From: Martin @ 2009-03-24 15:31 UTC (permalink / raw)


On 23 Mar, 14:28, i...@midoan.com wrote:
> Midoan Software Engineering Solutions Ltd. (http://www.midoan.com/)
> announces
> the release of Mika, the first commercial testing tool for Ada that
> automatically generates
> test inputs from your source code.
>
> Mika is an entirely automatic tool that analyses your Ada code and
> generates,
> carefully constructed, tests that will exercise all the branches or
> decision
> within your code at a level suitable for integration testing. With
> Mika, manual
> test data generation is no longer necessary.
>
> If you are involded in the testing of Ada code, you should check what
> Mika can
> do for you: it may well save you weeks of arduous, manual, test data
> generation.
>
> You can download and try Mika today athttp://www.midoan.com/
> The website contains further information and actual examples of
> Mika's
> capabilities.
>
> Remember, Mika does not generate 1000s of random tests: each test is
> carefully
> constructed to increase the testing coverage of your code.
>
> You can also give us your feedback or requests athttp://www.midoan.com/request.html
>
> Yours sincerely,
> the Midoan and Mika team

"Can Mika handle Ada 20005 code?" - blimey that's optimistic! Who has
asked for that!!! :-)

Cheers
-- Martin

p.s. looks good...will try when I can...



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Mika by Midoan : Automated Test Data Generation for Ada
  2009-03-24 15:31 ` Martin
@ 2009-03-26  7:08   ` info
  2009-04-04  2:06     ` Brian Gaffney
  0 siblings, 1 reply; 6+ messages in thread
From: info @ 2009-03-26  7:08 UTC (permalink / raw)


On Mar 24, 3:31 pm, Martin <martin.do...@btopenworld.com> wrote:
> On 23 Mar, 14:28, i...@midoan.com wrote:
>
>
>
> > Midoan Software Engineering Solutions Ltd. (http://www.midoan.com/)
> > announces
> > the release of Mika, the first commercial testing tool for Ada that
> > automatically generates
> > test inputs from your source code.
>
> > Mika is an entirely automatic tool that analyses your Ada code and
> > generates,
> > carefully constructed, tests that will exercise all the branches or
> > decision
> > within your code at a level suitable for integration testing. With
> > Mika, manual
> > test data generation is no longer necessary.
>
> > If you are involded in the testing of Ada code, you should check what
> > Mika can
> > do for you: it may well save you weeks of arduous, manual, test data
> > generation.
>
> > You can download and try Mika today athttp://www.midoan.com/
> > The website contains further information and actual examples of
> > Mika's
> > capabilities.
>
> > Remember, Mika does not generate 1000s of random tests: each test is
> > carefully
> > constructed to increase the testing coverage of your code.
>
> > You can also give us your feedback or requests athttp://www.midoan.com/request.html
>
> > Yours sincerely,
> > the Midoan and Mika team
>
> "Can Mika handle Ada 20005 code?" - blimey that's optimistic! Who has
> asked for that!!! :-)
>
> Cheers
> -- Martin
>
> p.s. looks good...will try when I can...

Thank you Martin,
we are working on at least being able to use an Ada 2005 compiler
rather than relying on gnat 3.4.2 at best.

Although you can use Mika with gnat 3.4.2 MinGW's version completely
separately from your existing installation and use Mika today (or at
least confirm its suitability), handling an Ada 2005 compiler would be
more flexible for our users.

Yours sincerely,
the Midoan and Mika team



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Mika by Midoan : Automated Test Data Generation for Ada
  2009-03-26  7:08   ` info
@ 2009-04-04  2:06     ` Brian Gaffney
  2009-04-14  6:02       ` info
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Gaffney @ 2009-04-04  2:06 UTC (permalink / raw)


> <info@midoan.com> wrote
> On Mar 24, 3:31 pm, Martin <martin.do...@btopenworld.com> wrote:
> > On 23 Mar, 14:28, i...@midoan.com wrote:
> >
> > > Midoan Software Engineering Solutions Ltd. (http://www.midoan.com/) 
> > > announces
> > > the release of Mika, the first commercial testing tool for Ada that 
> > > automatically generates
> > > test inputs from your source code.

In what way does VectorCast/Ada not count as "automatically generates test 
inputs from your source code"?

> >
> > "Can Mika handle Ada 20005 code?" - blimey that's optimistic! Who has
> > asked for that!!! :-)

Support for Ada 2005 would be a great thing.  I haven't seen any test tool 
(or any other non-compiler tool) that supports it.  Even a plan to support 
it (or parts of it) would be an improvement.

> >
> > Cheers
> > -- Martin
>
> p.s. looks good...will try when I can...

Likewise.

--Brian [part of a team that has "asked for that"]

-- Some world views are spacious
--  and some are merely spaced.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Mika by Midoan : Automated Test Data Generation for Ada
  2009-04-04  2:06     ` Brian Gaffney
@ 2009-04-14  6:02       ` info
  0 siblings, 0 replies; 6+ messages in thread
From: info @ 2009-04-14  6:02 UTC (permalink / raw)


On Apr 4, 3:06 am, "Brian Gaffney" <brianDOTgaff...@myrealbox.com>
wrote:
> In what way does VectorCast/Ada not count as "automatically generates test
> inputs from your source code"?

Quoting from Vector software website: "The Test Case Generator is an
interactive utility that allows you to specify test cases by
responding to prompts."
To us this does not amount to automatic test data generation. Our tool
does not require manual interactions beyond specifying the subprogram
you want coverage tests for.

> > > "Can Mika handle Ada 20005 code?" - blimey that's optimistic! Who has
> > > asked for that!!! :-)
>
> Support for Ada 2005 would be a great thing.  I haven't seen any test tool
> (or any other non-compiler tool) that supports it.  Even a plan to support
> it (or parts of it) would be an improvement.

We are actively working on it and the next update as currently planned
on http://www.midoan.com/soon.html mentions :

        * Remove current dependency on MinGW GNAT distribution to
handle all major GNAT releases including GNAT 2008 GPL and GNAT PRO
6.2.1;
        * Subset to include some Ada 2005 extensions.

These are the top two requests that we got via http://www.midoan.com/request.html
since the launch.

Next release is due next month.

Regards,
the Midoan and Mika team




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-14  6:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-23 14:28 [ANNOUNCE] Mika by Midoan : Automated Test Data Generation for Ada info
2009-03-24 15:14 ` Nicolas Paul Cailean Gloucester
2009-03-24 15:31 ` Martin
2009-03-26  7:08   ` info
2009-04-04  2:06     ` Brian Gaffney
2009-04-14  6:02       ` info

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox