function-coverage

Javascript function usage

Duplicate of: Are there any good Javascript code coverage tools? Can I find out how often the available JavaScript functions are executed on a page? I have a quite big file with a lot of JS functions and I am not sure if every one of them is really needed. That's what I'd like to find out. ...

Javascript Code Coverage tool for IE

I've got a rather hideous and large javascript file that I've inherited from a dev I loathe. There is a lot of dead code, and I find I've spend a lot of time refactoring functions that aren't even called. Ideally, I just want something that can tie into the js engine and keep track of when and how many times functions are called. In F...

Acceptance Tests and Code Coverage

What is the best way to measure coverage for your Acceptance Tests?? How do you define how much your acceptance tests cover and when they are enough?? ...