Is there any plugin available to test after deployment to Application servers?

2006-11-03 Thread raghurajan . x . gurunathan
Hi All

I have multi module project which i'm building using maven2(contains ejbs 
and others), and i have test cases for this which we have to run after 
deploying the ear file to weblogic servers,

Right now i'm doing 2 different build one for creating application ear and 
other build for packaging test cases for this, then i use java-exec plugin 
to test it, that works good

but what i am looking for is some thing like surefile plugin, to havewell 
good looking test results, is there anything available like that??? so 
when i run test it will run the test and creates test results page like 
sure file plugin??





Thanks,
Raghurajan Gurunathan



-
This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law.  If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED.  Although this transmission and
any attachments are believed to be free of any virus or other
defect that might affect any computer system into which it is
received and opened, it is the responsibility of the recipient to
ensure that it is virus free and no responsibility is accepted by
JPMorgan Chase  Co., its subsidiaries and affiliates, as
applicable, for any loss or damage arising in any way from its use.
If you received this transmission in error, please immediately
contact the sender and destroy the material in its entirety,
whether in electronic or hard copy format. Thank you.


Re: Is there any plugin available to test after deployment to Application servers?

2006-11-03 Thread Arnaud Bailly
[EMAIL PROTECTED] writes:

Hi,

 but what i am looking for is some thing like surefile plugin, to havewell 
 good looking test results, is there anything available like that??? so 
 when i run test it will run the test and creates test results page like 
 sure file plugin??


You could create a project for holding your functional test suites,
packgae them in surefire executable test cases then run it and
generate report. 

That's the way I do it, at least. I think there is also something in
the lifecycle about integration tests but I am not sure of what it
means.

HTH


-- 
OQube  software engineering \ génie logiciel 
Arnaud Bailly, Dr.
\web http://www.oqube.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]