Page 1 of 1

Re:JSCoverage with xhtml

Posted: 2008-04-11 10:26 am
by trailblazer
Hi All,

i have some xhtml files and my script.js file is budled in a jar file... i want to get the coverage for the javascript ... can any one help me in finding that....

like i want to know whether we can get the code coverage when we are running the application in some server.


Thanks

Re: Re:JSCoverage with xhtml

Posted: 2008-04-11 5:46 pm
by siliconforks
Hello trailblazer,

Can you describe your situation in more detail?
Is the JavaScript code itself running client-side or server-side?

Re: Re:JSCoverage with xhtml

Posted: 2008-04-14 4:09 am
by trailblazer
client side... i am bundling that jar and then creating a war file n deploying it into a server .....then how to get code coverage for java script ..can you tell me