views:

195

answers:

1

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??

+5  A: 
Pascal Thivent
I agree with your points... I should be looking at Functional Coverage... Any suggestions on how best to track Functional Coverage??? (Ultimately it boils down to getting a report which the boss can see % on)
Nirmal Patel
Have a look at http://it.toolbox.com/blogs/enterprise-solutions/sample-of-a-test-case-coverage-matrix-17171 (it's about test case coverage matrix) and http://www.informit.com/articles/article.aspx?p=30176 (some metrics for software testing).
Pascal Thivent
+1 for this, though it supposes you've actually got a functional design to test to, sadly not always the case.
Rich Seller