Abandoned – Software Testing Tools Guide https://www.testingtoolsguide.net A comprehensive software testing tools listing Wed, 03 Oct 2018 10:44:42 +0000 en-US hourly 1 https://wordpress.org/?v=5.3.21 https://www.testingtoolsguide.net/wp-content/uploads/2016/11/cropped-icon-32x32.png Abandoned – Software Testing Tools Guide https://www.testingtoolsguide.net 32 32 CFUnit https://www.testingtoolsguide.net/tools/cfunit/ https://www.testingtoolsguide.net/tools/cfunit/#respond Wed, 02 Nov 2016 17:20:48 +0000 http://www.testingtoolsguide.net/tools/cfunit/ CFUnit is a unit testing framework for ColdFusion (CFML), modeled after the popular JUnit framework. CFUnit is an Open Source…

The post CFUnit appeared first on Software Testing Tools Guide.

]]>
CFUnit is a unit testing framework for ColdFusion (CFML), modeled after the popular JUnit framework. CFUnit is an Open Source project and is freely available.

The post CFUnit appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/cfunit/feed/ 0
mountebank https://www.testingtoolsguide.net/tools/mountebank/ https://www.testingtoolsguide.net/tools/mountebank/#respond Wed, 02 Nov 2016 17:22:53 +0000 http://www.testingtoolsguide.net/tools/mountebank/ Mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application…

The post mountebank appeared first on Software Testing Tools Guide.

]]>
Mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under test to mountebank instead of the real dependency, and test like you would with traditional stubs and mocks.

The post mountebank appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/mountebank/feed/ 0
Madcow https://www.testingtoolsguide.net/tools/madcow/ https://www.testingtoolsguide.net/tools/madcow/#respond Wed, 02 Nov 2016 17:22:41 +0000 http://www.testingtoolsguide.net/tools/madcow/ Madcow ships with a plugin to test websites, sitting on top of Selenium WebDriver. It provides an advanced abstraction layer to…

The post Madcow appeared first on Software Testing Tools Guide.

]]>
Madcow ships with a plugin to test websites, sitting on top of Selenium WebDriver. It provides an advanced abstraction layer to wrap WebDriver into a more usable framework, providing the advanced Madcow reporting and templating system.

The post Madcow appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/madcow/feed/ 0
Litmus https://www.testingtoolsguide.net/tools/litmus/ https://www.testingtoolsguide.net/tools/litmus/#respond Wed, 02 Nov 2016 17:22:28 +0000 http://www.testingtoolsguide.net/tools/litmus/ Litmus is an integrated testcase management and QA tool that is designed to improve workflow, visibility, and turnaround time in the…

The post Litmus appeared first on Software Testing Tools Guide.

]]>
Litmus is an integrated testcase management and QA tool that is designed to improve workflow, visibility, and turnaround time in the Mozilla QA process.

The post Litmus appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/litmus/feed/ 0
LDRArules https://www.testingtoolsguide.net/tools/ldrarules/ https://www.testingtoolsguide.net/tools/ldrarules/#respond Wed, 02 Nov 2016 17:22:17 +0000 http://www.testingtoolsguide.net/tools/ldrarules/ LDRArules is a stand-alone rules checker that doesn’t require investment in a complete tool chain. It enforces compliance with industry-…

The post LDRArules appeared first on Software Testing Tools Guide.

]]>
LDRArules is a stand-alone rules checker that doesn’t require investment in a complete tool chain. It enforces compliance with industry- or user-defined coding standards and provides clear visibility of software flaws that might typically pass through the build and test process and become latent problems.

The post LDRArules appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/ldrarules/feed/ 0
JSCoverage https://www.testingtoolsguide.net/tools/jscoverage/ https://www.testingtoolsguide.net/tools/jscoverage/#respond Wed, 02 Nov 2016 17:22:08 +0000 http://www.testingtoolsguide.net/tools/jscoverage/ JSCoverage is a tool that measures code coverage for JavaScript programs. Code coverage statistics show which lines of a program have…

The post JSCoverage appeared first on Software Testing Tools Guide.

]]>
JSCoverage is a tool that measures code coverage for JavaScript programs.

Code coverage statistics show which lines of a program have been executed (and which have been missed). This information is useful for constructing comprehensive test suites (hence, it is often called test coverage).

JSCoverage works by instrumenting the JavaScript code used in web pages. Code coverage statistics are collected while the instrumented JavaScript code is executed in a web browser.

JSCoverage supports the complete language syntax described in the ECMAScript Language Specification (ECMA-262, 3rd edition). JSCoverage works with any modern standards-compliant web browser – including Internet Explorer (IE 6, 7, and 8), Firefox, Opera, Safari, and Google Chrome – on Microsoft Windows and GNU/Linux.

The post JSCoverage appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/jscoverage/feed/ 0
IssueView https://www.testingtoolsguide.net/tools/issueview/ https://www.testingtoolsguide.net/tools/issueview/#respond Wed, 02 Nov 2016 17:21:52 +0000 http://www.testingtoolsguide.net/tools/issueview/ Issue tracking

The post IssueView appeared first on Software Testing Tools Guide.

]]>
Issue tracking

The post IssueView appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/issueview/feed/ 0
Jautomate https://www.testingtoolsguide.net/tools/jautomate/ https://www.testingtoolsguide.net/tools/jautomate/#respond Wed, 02 Nov 2016 17:21:52 +0000 http://www.testingtoolsguide.net/tools/jautomate/ Intelligent GUI Testing

The post Jautomate appeared first on Software Testing Tools Guide.

]]>
Intelligent GUI Testing

The post Jautomate appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/jautomate/feed/ 0
Jacareto https://www.testingtoolsguide.net/tools/jacareto/ https://www.testingtoolsguide.net/tools/jacareto/#respond Wed, 02 Nov 2016 17:21:52 +0000 http://www.testingtoolsguide.net/tools/jacareto/ Jacareto is a capture & replay tool for programs written in Java. You can capture actions on applications and replay…

The post Jacareto appeared first on Software Testing Tools Guide.

]]>
Jacareto is a capture & replay tool for programs written in Java. You can capture actions on applications and replay them later on (like macros). Jacareto can be used for GUI tests, the creation of animated demonstrations, and analyses of user behavior.

The post Jacareto appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/jacareto/feed/ 0
NE-Unit https://www.testingtoolsguide.net/tools/ne-unit/ https://www.testingtoolsguide.net/tools/ne-unit/#respond Wed, 02 Nov 2016 17:23:04 +0000 http://www.testingtoolsguide.net/tools/ne-unit/ NE-Unit is a Unit testing program that works with any language in which you can write an executable program that…

The post NE-Unit appeared first on Software Testing Tools Guide.

]]>
NE-Unit is a Unit testing program that works with any language in which you can write an executable program that can run on UNIX. It was written out of frustration about the existing C and C++ unit tests, which would let the whole test crash if just a single test crashed. The C-backend will catch a crash and report this to the testing front-end.

The post NE-Unit appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/ne-unit/feed/ 0