code-coverage
Is there a "Code Coverage" equivalent for SQL databases?
I have a database with many tables that get used, and many t开发者_高级运维ables that are no longer used. While I could sort through each table manually to see if they are still in use, that would be[详细]
2023-02-23 12:04 分类:问答ECL Emma how to handle test resources
i wrote a unit test where i reference to a file which is located in src/test/resources. The code looks like this:[详细]
2023-02-23 00:58 分类:问答Coverage analysis for Functional Tests
In the project that I am working on, we have functional tests written over Selenium. The application undergoes functional changes with each feature release.[详细]
2023-02-22 23:55 分类:问答TDD workflow best-practices for .NET using NUnit
UPDATE: I made major changes to this post - check the revision history for details. I\'m starting to dive into TDD with NUnit and despite I\'ve enjoyed checking some resources I\'ve found here at sta[详细]
2023-02-22 21:54 分类:问答Nose test coverage permission error
I\'ve started using nosetests today and everything works fine until I try: nosetests --with-coverage --cover-html --cover-html-dir=/tmp/cache which throws a permission denied error and I don\'t under[详细]
2023-02-21 17:29 分类:问答how to use cobertura code coverage tool with jar file
I\'m using cobertura to find out code c开发者_运维问答overage of my test suite, which tests a java based solution bundled through a jar file, cobertura cmd line reference[详细]
2023-02-21 03:19 分类:问答overall code coverage for specific developers in TFS
I was just wondering if there was a way to analyse TFS, to fig开发者_JS百科ure out code coverage results against a specific developer.[详细]
2023-02-21 02:20 分类:问答Hudson with MSBuild and MSTest, how to get code coverage
Do you have some opinion for code coverage in Hudson开发者_如何学Go.. Now i have build with Msbuild and MSTest and that\'s work.[详细]
2023-02-20 13:13 分类:问答ruby rspec wont work with simplecov
I installed simplecov gem and added require \'开发者_StackOverflowsimplecov\' SimpleCov.start to the spec_helper.rb file, now if i include spec_helper.rb in my some_file_spec.rb file and try to run[详细]
2023-02-20 08:00 分类:问答Can TFS 2010 Workflow-based team build get Code Coverage results?
Using Workflow to create a build I\'d like for the build quality to change depending if the current cod开发者_如何学编程e coverage threshold is met.I have everything set up but the condition to check[详细]
2023-02-19 09:17 分类:问答