Java – Software Testing Tools Guide http://www.testingtoolsguide.net A comprehensive software testing tools listing Tue, 27 Jan 2026 14:01:45 +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 Java – Software Testing Tools Guide http://www.testingtoolsguide.net 32 32 TestMu AI (Formerly LambdaTest) http://www.testingtoolsguide.net/tools/lambdatest-cross-browser-testing-tool/ http://www.testingtoolsguide.net/tools/lambdatest-cross-browser-testing-tool/#comments Mon, 26 Mar 2018 07:24:26 +0000 http://www.testingtoolsguide.net/?post_type=tool&p=2557 TestMu AI (Formerly LambdaTest) is a Full Stack Agentic AI Quality Engineering platform that empowers teams to test intelligently and…

The post TestMu AI (Formerly LambdaTest) appeared first on Software Testing Tools Guide.

]]>
TestMu AI (Formerly LambdaTest) is a Full Stack Agentic AI Quality Engineering platform that empowers teams to test intelligently and ship faster. Engineered for scale, it offers end-to-end AI agents to plan, author, execute, and analyze software quality. AI-native by design, the platform enables testing of web, mobile, and enterprise applications at any scale across real devices, real browsers, and custom real-world environments.

The post TestMu AI (Formerly LambdaTest) appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/lambdatest-cross-browser-testing-tool/feed/ 1
Xanitizer http://www.testingtoolsguide.net/tools/xanitizer/ http://www.testingtoolsguide.net/tools/xanitizer/#respond Wed, 02 Nov 2016 17:26:57 +0000 http://www.testingtoolsguide.net/tools/xanitizer/ XANITIZER specializes on security analysis of Java Web applications and also considers the behavior of the applied Web frameworks. By means of…

The post Xanitizer appeared first on Software Testing Tools Guide.

]]>
XANITIZER specializes on security analysis of Java Web applications and also considers the behavior of the applied Web frameworks. By means of static code analysis and (data flow) taint analysis the tool systematically scans the program code of an entire Java system for security vulnerabilities.

The post Xanitizer appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/xanitizer/feed/ 0
XMLUnit http://www.testingtoolsguide.net/tools/xmlunit/ http://www.testingtoolsguide.net/tools/xmlunit/#respond Wed, 02 Nov 2016 17:26:57 +0000 http://www.testingtoolsguide.net/tools/xmlunit/ When testing XML your application creates, simple string comparisons don’t cut it as there are many different ways the same…

The post XMLUnit appeared first on Software Testing Tools Guide.

]]>
When testing XML your application creates, simple string comparisons don’t cut it as there are many different ways the same XML content is serialized to a string. It doesn’t even stop with serialization as sometimes you don’t care for the order of XML elements and sometimes you do.

XMLUnit provides you with the tools to verify the XML you emit is the one you want to create. It provides helpers to validate against an XML Schema, assert the values of XPath queries or compare XML documents against expected outcomes.

The most important part is a diff-engine that provides you with full control over what kind of difference is important to you and which part of the generated document to compare with which part of your reference document.

The post XMLUnit appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/xmlunit/feed/ 0
Xstudio http://www.testingtoolsguide.net/tools/xstudio/ http://www.testingtoolsguide.net/tools/xstudio/#respond Wed, 02 Nov 2016 17:26:57 +0000 http://www.testingtoolsguide.net/tools/xstudio/ XStudio is a modular and open ALM solution allowing to manage the complete life-cycle of your products.

The post Xstudio appeared first on Software Testing Tools Guide.

]]>
XStudio is a modular and open ALM solution allowing to manage the complete life-cycle of your products.

The post Xstudio appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/xstudio/feed/ 0
Watij http://www.testingtoolsguide.net/tools/watij/ http://www.testingtoolsguide.net/tools/watij/#respond Wed, 02 Nov 2016 17:26:25 +0000 http://www.testingtoolsguide.net/tools/watij/ Watij (pronounced wattage) stands for Web Application Testing in Java. Based on the simplicity of Watir and enhanced by the…

The post Watij appeared first on Software Testing Tools Guide.

]]>
Watij (pronounced wattage) stands for Web Application Testing in Java. Based on the simplicity of Watir and enhanced by the power of Java, Watij automates funtional testing of web applications through the real browser.

The post Watij appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/watij/feed/ 0
WAAT-java http://www.testingtoolsguide.net/tools/waat-java/ http://www.testingtoolsguide.net/tools/waat-java/#respond Wed, 02 Nov 2016 17:26:25 +0000 http://www.testingtoolsguide.net/tools/waat-java/ Web Analytics Automation Testing.

The post WAAT-java appeared first on Software Testing Tools Guide.

]]>
Web Analytics Automation Testing.

The post WAAT-java appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/waat-java/feed/ 0
TOSTER http://www.testingtoolsguide.net/tools/toster/ http://www.testingtoolsguide.net/tools/toster/#respond Wed, 02 Nov 2016 17:26:10 +0000 http://www.testingtoolsguide.net/tools/toster/ The TOSTER is a system for sharing a set of tools that allow to implement methods of object-oriented testing. Any…

The post TOSTER appeared first on Software Testing Tools Guide.

]]>
The TOSTER is a system for sharing a set of tools that allow to implement methods of object-oriented testing. Any method based on UML diagrams and on the software source code can easily be implemented as a TOSTER module. The environment itself makes a number of mechanisms available, such as information transfer from UML diagrams, mapping this information to source code, introducing modifications to the source code, launching the tested application or presenting the results. The TOSTER environment makes use of the DFT (design for testability) concept by providing a mechanism for transferring certain method-peculiar information from the CASE model.

The post TOSTER appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/toster/feed/ 0
The Grinder http://www.testingtoolsguide.net/tools/the-grinder/ http://www.testingtoolsguide.net/tools/the-grinder/#respond Wed, 02 Nov 2016 17:26:10 +0000 http://www.testingtoolsguide.net/tools/the-grinder/ The Grinder is a JavaTM load testing framework that makes it easy to run a distributed test using many load injector…

The post The Grinder appeared first on Software Testing Tools Guide.

]]>
The Grinder is a JavaTM load testing framework that makes it easy to run a distributed test using many load injector machines. It is freely available under a BSD-style open-source license.

The post The Grinder appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/the-grinder/feed/ 0
Unitils http://www.testingtoolsguide.net/tools/unitils/ http://www.testingtoolsguide.net/tools/unitils/#respond Wed, 02 Nov 2016 17:26:10 +0000 http://www.testingtoolsguide.net/tools/unitils/ Unitils is an open source library aimed at making unit and integration testing easy and maintainable. It is divided into…

The post Unitils appeared first on Software Testing Tools Guide.

]]>
Unitils is an open source library aimed at making unit and integration testing easy and maintainable.

It is divided into several modules, each of them providing extra support for a certain aspect of your unit and integration tests. If you for example need mocking for your tests, just include unitils-mock as a dependency. If you would also want to load DbUnit data sets, just include unitils-dbunit.

The post Unitils appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/unitils/feed/ 0
UniTESK http://www.testingtoolsguide.net/tools/unitesk/ http://www.testingtoolsguide.net/tools/unitesk/#respond Wed, 02 Nov 2016 17:26:10 +0000 http://www.testingtoolsguide.net/tools/unitesk/ UniTESK is a technology of software testing based on formal specifications. Specifications are written using specialized extensions of traditional programming languages.…

The post UniTESK appeared first on Software Testing Tools Guide.

]]>
UniTESK is a technology of software testing based on formal specifications. Specifications are written using specialized extensions of traditional programming languages. Our advanced mathematical algorithms enable automated generation of test sequences from specifications, that ensure reliable testing of system behavior with required coverage. 

We developed specification extensions for C, C++, C#, and Java programming languages, and tools that support UniTESK technology for the mentioned languages.

The post UniTESK appeared first on Software Testing Tools Guide.

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