Measuring code coverage for selenium tests that reside in separate project

Posted by ilu on Stack Overflow See other posts from Stack Overflow or by ilu
Published on 2011-06-21T09:10:55Z Indexed on 2011/06/21 16:22 UTC
Read the original article Hit count: 364

Filed under:
|
|
|

I have two separate java maven projects: one is my web app itself and other one is tellurium+selenium automation tests for my web(I moved these tests to separate projects as their code doesnt really belong to the web app project code and doesnt use java classes of my web app, also I want to reuse some parts of those tests for testing my other web apps). Therefore, project where my tests reside doesnt know anything about my web app, except tellurium/selenium conf files(host name, credentials, browser).

So the question: is there any way to measure code coverage of my webb app backend that is invoked by my tellurium/sellenium tests that reside in separate project? Thanks in advance. Any help is highly appreciated.

© Stack Overflow or respective owner

Related posts about java

Related posts about maven