Coverage – Software Testing Tools Guide http://www.testingtoolsguide.net A comprehensive software testing tools listing Tue, 24 Jan 2017 11:42:17 +0000 en-US hourly 1 https://wordpress.org/?v=5.3.21 http://www.testingtoolsguide.net/wp-content/uploads/2016/11/cropped-icon-32x32.png Coverage – Software Testing Tools Guide http://www.testingtoolsguide.net 32 32 Cobertura http://www.testingtoolsguide.net/tools/cobertura/ http://www.testingtoolsguide.net/tools/cobertura/#respond Wed, 02 Nov 2016 17:20:48 +0000 http://www.testingtoolsguide.net/tools/cobertura/ Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to…

The post Cobertura appeared first on Software Testing Tools Guide.

]]>
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.

The post Cobertura appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/cobertura/feed/ 0
Gcov http://www.testingtoolsguide.net/tools/gcov/ http://www.testingtoolsguide.net/tools/gcov/#respond Wed, 02 Nov 2016 17:21:29 +0000 http://www.testingtoolsguide.net/tools/gcov/ gcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient,…

The post Gcov appeared first on Software Testing Tools Guide.

]]>
gcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code and to discover untested parts of your program. You can use gcov as a profiling tool to help discover where your optimization efforts will best affect your code. You can also use gcov along with the other profiling tool, gprof, to assess which parts of your code use the greatest amount of computing time.

The post Gcov appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/gcov/feed/ 0
EMMA http://www.testingtoolsguide.net/tools/emma/ http://www.testingtoolsguide.net/tools/emma/#respond Wed, 02 Nov 2016 17:21:21 +0000 http://www.testingtoolsguide.net/tools/emma/ EMMA is an open-source toolkit for measuring and reporting Java code coverage. EMMA distinguishes itself from other tools by going after…

The post EMMA appeared first on Software Testing Tools Guide.

]]>
EMMA is an open-source toolkit for measuring and reporting Java code coverage. EMMA distinguishes itself from other tools by going after a unique feature combination: support for large-scale enterprise software development while keeping individual developer’s work fast and iterative.

The post EMMA appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/emma/feed/ 0
DTP http://www.testingtoolsguide.net/tools/dtp/ http://www.testingtoolsguide.net/tools/dtp/#respond Wed, 02 Nov 2016 17:21:14 +0000 http://www.testingtoolsguide.net/tools/dtp/ Parasoft Development Testing Platform (DTP) enables Continuous Testing. Leveraging policies, DTP consistently applies software quality practices across teams and throughout…

The post DTP appeared first on Software Testing Tools Guide.

]]>
Parasoft Development Testing Platform (DTP) enables Continuous Testing. Leveraging policies, DTP consistently applies software quality practices across teams and throughout the SDLC. It enables your quality efforts to shift left–delivering a platform for automated defect prevention and the uniform measurement of risk.

The post DTP appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/dtp/feed/ 0
dotTEST http://www.testingtoolsguide.net/tools/dottest/ http://www.testingtoolsguide.net/tools/dottest/#respond Wed, 02 Nov 2016 17:21:14 +0000 http://www.testingtoolsguide.net/tools/dottest/ Parasoft® dotTEST™ is an integrated Development Testing solution for automating a broad range of testing best practices proven to improve…

The post dotTEST appeared first on Software Testing Tools Guide.

]]>
Parasoft® dotTEST™ is an integrated Development Testing solution for automating a broad range of testing best practices proven to improve development team productivity and software quality. dotTEST also seamlessly integrates with Parasoft SOAtest, which enables end-to-end functional and load testing for complex distributed applications and transactions.

Static analysis, code coverage, runtime error detection, unit tests generator

The post dotTEST appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/dottest/feed/ 0
EclEmma http://www.testingtoolsguide.net/tools/eclemma/ http://www.testingtoolsguide.net/tools/eclemma/#respond Wed, 02 Nov 2016 17:21:14 +0000 http://www.testingtoolsguide.net/tools/eclemma/ EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly…

The post EclEmma appeared first on Software Testing Tools Guide.

]]>
EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench:

  • Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage.
  • Rich coverage analysis: Coverage results are immediately summarized and highlighted in the Java source code editors.
  • Non-invasive: EclEmma does not require modifying your projects or performing any other setup.

The post EclEmma appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/eclemma/feed/ 0
SmartTester http://www.testingtoolsguide.net/tools/smarttester/ http://www.testingtoolsguide.net/tools/smarttester/#respond Wed, 02 Nov 2016 17:21:14 +0000 http://www.testingtoolsguide.net/tools/dynamic-analyzer/ SmartTester automates the creation of unit and component test harnesses, test stubs and test drivers. Inunit testing, SmartTester stubs all…

The post SmartTester appeared first on Software Testing Tools Guide.

]]>
SmartTester automates the creation of unit and component test harnesses, test stubs and test drivers. Inunit testing, SmartTester stubs all the function calls made by the unit under test. In component testing,it links the actual functions to its calls. With minimal clicks, you can analyze code coverage and visualize the behavior of your program. Detailed test and run-time coverage analysis reports are generated.

SmartTester allows coverage analysis to be performed for all software levels as defined by DO-178B.

The post SmartTester appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/smarttester/feed/ 0
Dynamic Suite http://www.testingtoolsguide.net/tools/dynamic-suite/ http://www.testingtoolsguide.net/tools/dynamic-suite/#respond Wed, 02 Nov 2016 17:21:14 +0000 http://www.testingtoolsguide.net/tools/dynamic-suite/ Dynamic Suite is a powerful set of tools that can catch defects early in the development cycle, in testing, and…

The post Dynamic Suite appeared first on Software Testing Tools Guide.

]]>
Dynamic Suite is a powerful set of tools that can catch defects early in the development cycle, in testing, and in production. With advanced capabilities, it solves problems in a day, not a month. It finds errors not at compile or link time, but at runtime, and deploys runtime debuggers directly on production executables. That eliminates the huge performance slowdowns that can occur with other runtime debuggers. In many cases, the products in Dynamic Suite can pinpoint defects with only the executable, no source code or object modules required. When source code and object modules are available, Dynamic Suite can detect and pinpoint even more defects.

The post Dynamic Suite appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/dynamic-suite/feed/ 0
DevPartner http://www.testingtoolsguide.net/tools/devpartner/ http://www.testingtoolsguide.net/tools/devpartner/#respond Wed, 02 Nov 2016 17:21:07 +0000 http://www.testingtoolsguide.net/tools/devpartner/ Code review, runtime error detection, code coverage, perfomance analysis

The post DevPartner appeared first on Software Testing Tools Guide.

]]>
Code review, runtime error detection, code coverage, perfomance analysis

The post DevPartner appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/devpartner/feed/ 0
dJUnit http://www.testingtoolsguide.net/tools/djunit/ http://www.testingtoolsguide.net/tools/djunit/#respond Wed, 02 Nov 2016 17:21:07 +0000 http://www.testingtoolsguide.net/tools/djunit/ djUnit plugin is JUnit TestRunner with the custom classloader. djUnit ClassLoader modifies class in loading to JVM, and runs tests…

The post dJUnit appeared first on Software Testing Tools Guide.

]]>
djUnit plugin is JUnit TestRunner with the custom classloader.
djUnit ClassLoader modifies class in loading to JVM, and runs tests using the modified class. The following functions can now be used easily.

  • Generates a coverage report
  • Testing using Virtual Mock Objects

The post dJUnit appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/djunit/feed/ 0