Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test coverage optimisation #242

Open
haf opened this issue Apr 20, 2018 · 0 comments
Open

Test coverage optimisation #242

haf opened this issue Apr 20, 2018 · 0 comments

Comments

@haf
Copy link
Owner

haf commented Apr 20, 2018

As your software grows, it becomes harder to keep track of which tests are needed to keep the test suite focused. With the new coverage #219 coming online, we could make it convenient to apply a test coverage-optimisation model such as:

Find a minimal representative subset of the test suite that satisfies all the testing requirements . Test suite minimization problem is well known as the mini- mal hitting-set problem, or the minimal set-cover problem ( Garey and Johnson, 1979).

Something like ´mono --debug tests.exe --summary --analyse-coverage`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant