Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » how to integrate cobertura coverage test into headless eclipse test framework?
how to integrate cobertura coverage test into headless eclipse test framework? [message #1061848] Tue, 04 June 2013 11:10 Go to next message
Oliver Lee is currently offline Oliver LeeFriend
Messages: 3
Registered: August 2012
Junior Member
hi,everyone

i need to including cobertura to my headless testing process, but i have no idea how to do this on eclipse platform,

can i just generate new instrumented jar and put into plugins directory of eclipse ,and start the testing process?

please give me some advice about how swtbot is doing this?
Re: how to integrate cobertura coverage test into headless eclipse test framework? [message #1061881 is a reply to message #1061848] Tue, 04 June 2013 13:45 Go to previous message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

On 06/04/2013 01:10 PM, Oliver Lee wrote:
> hi,everyone
>
> i need to including cobertura to my headless testing process, but i
> have no idea how to do this on eclipse platform,
>
> can i just generate new instrumented jar and put into plugins directory
> of eclipse ,and start the testing process?
>
> please give me some advice about how swtbot is doing this?

SWTBot is using Jacoco which is far easier to set up (either set a
-javaagent command line argument, or use the jacoco-maven-plugin which
sets the right values for test executions).

HTH
--
Mickael Istria
JBoss, by Red Hat
My blog: http://mickaelistria.wordpress.com
My Tweets: http://twitter.com/mickaelistria
Previous Topic:Swtbot still depends on org.junit4?
Next Topic:How access checkboxes that are into a field?
Goto Forum:
  


Current Time: Fri Apr 26 21:23:20 GMT 2024

Powered by FUDForum. Page generated in 0.03664 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top