1
vote
1answer
75 views
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??
2
votes
2answers
89 views
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 …
0
votes
3answers
113 views
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 …
