Re:JSCoverage with xhtml

Questions, problems, suggestions, bug reports, and so on.
Post Reply
trailblazer
Posts: 7
Joined: 2008-04-11 8:13 am

Re:JSCoverage with xhtml

Post 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
siliconforks
Site Admin
Posts: 34
Joined: 2007-05-26 5:25 am

Re: Re:JSCoverage with xhtml

Post by siliconforks »

Hello trailblazer,

Can you describe your situation in more detail?
Is the JavaScript code itself running client-side or server-side?
trailblazer
Posts: 7
Joined: 2008-04-11 8:13 am

Re: Re:JSCoverage with xhtml

Post 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
Post Reply