You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paul Benedict <pb...@apache.org> on 2008/03/27 06:47:24 UTC

How to use Maven for System Testing?

My company uses JUnit to perform unit and integration testing. Those two
things are very valuable to our testing process, but I'd like to see how we
can also incorporate the so-called "system" testing too. But what would
those look like? Aren't they just end-to-end integration tests? Just curious
to see what other people have done. What would be the difference in
technology or testing methodology?

Paul

Re: How to use Maven for System Testing?

Posted by Marco Mistroni <mm...@gmail.com>.
hi,
If u mean acceptance testing,
google Maven + Selenium.... u'll find a plugin to be integrated for doing
user-acceptance testing


hth
 marco

On Thu, Mar 27, 2008 at 11:24 AM, Wayne Fay <wa...@gmail.com> wrote:

> When you say System Testing, I assume you are actually talking about
> Functional Testing? In my experience, this usually means "end to end
> integration testing", so if you're already doing that, I don't know
> what else you're looking to do.
>
> Realistically, I would suggest that you talk to the testing "experts"
> in the Agile-Testing or perhaps TDD Yahoogroups and figure out what
> exactly you feel is missing from your current testing approach. Then
> you can worry about how Maven can possibly help you achieve results.
>
> I just don't think sending this email to the Maven Users list is going
> to produce the kind of feedback you are hoping to get. I generally
> suspect that the ratio of people on this list using unit testing is
> around 50%, then integration testing is around 5-10%, and additional
> testing is in the 1-2% range.
>
> Wayne
>
> On 3/27/08, Paul Benedict <pb...@apache.org> wrote:
> > My company uses JUnit to perform unit and integration testing. Those two
> > things are very valuable to our testing process, but I'd like to see how
> we
> > can also incorporate the so-called "system" testing too. But what would
> > those look like? Aren't they just end-to-end integration tests? Just
> curious
> > to see what other people have done. What would be the difference in
> > technology or testing methodology?
> >
> > Paul
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: How to use Maven for System Testing?

Posted by Wayne Fay <wa...@gmail.com>.
When you say System Testing, I assume you are actually talking about
Functional Testing? In my experience, this usually means "end to end
integration testing", so if you're already doing that, I don't know
what else you're looking to do.

Realistically, I would suggest that you talk to the testing "experts"
in the Agile-Testing or perhaps TDD Yahoogroups and figure out what
exactly you feel is missing from your current testing approach. Then
you can worry about how Maven can possibly help you achieve results.

I just don't think sending this email to the Maven Users list is going
to produce the kind of feedback you are hoping to get. I generally
suspect that the ratio of people on this list using unit testing is
around 50%, then integration testing is around 5-10%, and additional
testing is in the 1-2% range.

Wayne

On 3/27/08, Paul Benedict <pb...@apache.org> wrote:
> My company uses JUnit to perform unit and integration testing. Those two
> things are very valuable to our testing process, but I'd like to see how we
> can also incorporate the so-called "system" testing too. But what would
> those look like? Aren't they just end-to-end integration tests? Just curious
> to see what other people have done. What would be the difference in
> technology or testing methodology?
>
> Paul
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org