|
Category
Testing

Display options and filters [BETA]
|
Built for Java
|
|
Free or free version available
|
|
Discontinued
|
|
|
Library
|
|
Source code provided
|
|
Sold as a service
| |
|
Plug-in
|
| | | | |
Updating...
Home Page
| Categories: |
|
| Author: |
eoLogic |
| Latest version: |
1.6 |
| Description: |
Java EE testing and analysis tool for discovering and understanding performance and reliability-related problems. eoSense uses built-in knowledge of the Java EE framework to test and visualize runtime application architecture and operation. A range of construction problems and anti-patterns are automatically detected. Complex application architecture and operation are explained visually.
Use of the following Java EE services are verified and visualized automatically: EJB, WebServices/SOAP, Servlets, Struts, JTA, JMS, JDBC, JNDI. eoSense supports WebLogic (6.1, 8.1, 9.1, 9.2) and WebSphere (6.1). |
| Added: |
2007-10-29 |
| Attributes: |
[BuiltForJava] [PlugIn] |
Home Page
| Categories: |
|
| Author: |
AutomatedQA |
| Latest version: |
6 |
| Description: |
Application testing system offering automated functional, unit, regression, distributed and HTTP performance testing.
Features include: - Recording and simulating user actions - Built-in support for multiple scripting languages (VBScript, JScript, C++Script, C#Script and DelphiScript) - Point-and-click recording - Support for Unicode - Multiple compiler support: can record and simulate user actions on any Windows application, regardless of the development tool in which the application was compiled. - Applications can be tested in black-box mode by simulating mouse clicks and keystrokes, as well as white-box mode, that is, test scripts can access objects, methods and properties of Java applications created with Swing, AWT, SWT and WFC libraries. TestComplete also provides scripting access to Java arrays and their elements. - The test scripts can access Windows Forms and VCL.NET objects, methods and properties of .NET applications. TestComplete scripts can also call functions located in .NET assemblies. - Access internal objects, methods and properties - Web server load testing - Web testing (functional testing of web pages) - Distributed testing - Manual testing / Automated self-testing - IDE |
| Added: |
2007-03-12 |
| Updated: |
2008-01-02 |
| Attributes: |
[BuiltForJava] |
Home Page
| Categories: |
|
| Author: |
Borland |
| Latest version: |
2007 Release 2 |
| Description: |
Continuous integration and test automation tool.
Features include: - Asynchronously build, test, and package software on every check-in (or at scheduled intervals) - Virtual sandboxes isolate defects to a single developer or team - Code promotion can be gated by test results as well as build success - Web-based dashboard provides real-time data and historical trends on build and test performance, test results, code coverage, code base size, and project activity - Automatic artifact archiving and management - Replay feature allows import of data from existing version control systems - Run new tests or dependencies against old versions of the code base - Non-intrusive to existing version control system; developers can use existing clients - Plug-in ecosystem: apply and enforce a variety of analysis, policies and best practices through third-party integrations and open-source plugins, or integrate your own custom tools using Gauntlet's open SDK - Works with CVS, StarTeam, and Subversion |
| Added: |
2006-10-09 |
| Updated: |
2007-09-12 |
| Attributes: |
[BuiltForJava] |
Home Page
| Categories: |
|
| Author: |
Parasoft |
| Latest version: |
7.0 |
| Description: |
Automated unit testing and coding standard analysis product. Jtest automatically generates and executes JUnit tests for instant verification, and allows users to extend these tests. In addition, it checks whether code follows over 500 coding standard rules and automatically corrects violations of over 200 rules.
Features include: - Test Case Sniffer: automatically generates unit test cases that capture application behavior by monitoring a running application. - Tests individual classes or large, complex applications. - Generates JUnit test cases that expose reliability problems, functionality problems, and security vulnerabilities. - Monitors test coverage and achieves high coverage automatically. - Provides ways to add user-defined functional test cases and extend automated test cases. - Automates regression testing and updates the regression test suite as needed. - Supports legacy JUnit test cases. - Identifies memory leaks. - Identifies violations of 500+ rules that improve functionality, security, performance, and maintainability; Corrects violations of 200+ rules; Provides a set of 50+ rules for identifying/preventing security vulnerabilities. - Allows the graphical or automated creation of rules for application-specific, team, and organizational rules. - Manages team-wide sharing of test settings and files. - Generates HTML and XML reports. - Tracks how test results and code quality change over time. - Integrates seamlessly into Rational Application Developer, WebSphere Studio Application Developer and Eclipse IDE. - Supports JBuilder, Together Control Center, and Ant. - Integrates with CVS, ClearCase, and StarTeam. |
| Added: |
2005-04-26 |
| Updated: |
2005-07-01 |
| Attributes: |
[BuiltForJava] [PlugIn] |
Home Page
| Categories: |
|
| Author: |
Mercury |
| Latest version: |
9.0 |
| Description: |
Solution for functional test and regression test automation. QuickTest Professional allows creating a test script by pressing a Record button and using an application to perform a typical business process. Each step in the business process is documented with a sentence and screenshot. Users can modify, remove, or rearrange test steps.
Features include: - Supports Windows, Web, Java (Sun JDK 1.1–1.4.2, IBM JDK 1.2–1.4), .NET (1.0, 1.1, 2.0; Windows Forms and ASP.NET controls), Visual Basic, ActiveX, SAP, Siebel, Oracle, PeopleSoft, and terminal emulators. - Can automatically introduce checkpoints to verify application properties and functionality, for example to validate output or check link validity. - You can enter test data into an integrated spreadsheet with the functionality of Excel, to manipulate data sets and create multiple test iterations. - Advanced testers can view and edit their test scripts. - Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center - Identifies objects with even if they change from build to build, enabling unattended script execution - Handles unforeseen application events with Recovery Manager, facilitating 24x7 testing - Auto-documentation technology for test documentation and test creation - Provides an IDE environment for QA engineers - Generates reports |
| Added: |
2007-01-19 |
| Attributes: |
[BuiltForJava] |
Home Page
| Categories: |
|
| Author: |
Apache Jakarta |
| Latest version: |
1.7 |
| Description: |
Framework for unit testing server-side Java code (Servlets, EJBs, Tag Libs, Filters, ...). The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it. Cactus implements an in-container strategy, meaning that tests are executed inside the container.
The Cactus ecosystem is made of several components: - The Cactus Framework: This is the heart of Cactus. It is the engine that provides the API to write Cactus tests. - The Cactus Integration Modules: They are front ends and frameworks that provide ways of using the Cactus Framework (Ant scripts, Eclipse plugin, Maven plugin, Browser integration to run Cactus tests from a browser, ...). - The Cactus Samples: They are simple projects that demonstrate how to write Cactus tests and how to use some of the Integration Modules.
Features include: - Integrates with the JUnit testing framework. Any tool that works with JUnit will work with Cactus because a Cactus test is a JUnit test. - Provides a ServletTestCase class that your test case can extend for unit testing Servlets or any Java classes that make use of Servlet API objects. - Provides a JspTestCase class that your test case can extend for unit testing Taglibs or any Java classes that make use of JSP API objects. In addition, a TestJspTagLifecycle extension is provided to help test JSP Taglibs. - Provides a FilterTestCase class that your test case can extend for unit testing Filters or any Java classes that make use of Filter API objects. - Allows to run existing JUnit Test Case classes on the server side. - Ability to unit test EJBs (including local interfaces) by calling them from a ServletTestCase, JspTestCase or FilterTestCase class. - Supports internationalization. |
| Added: |
2005-03-11 |
| Attributes: |
[BuiltForJava] [PlugIn] [FreeVersionAvailable] [SourceCodeProvided] |
Home Page
| Categories: |
|
| Author: |
JetBrains |
| Latest version: |
3.0 |
| Description: |
IDE-independent integrated team environment. TeamCity automates and coordinates key collaborative processes to eliminate manual systems and delays, providing integration with multiple build and test tools, real-time unit test frequency, server-side inspections and code coverage analysis.
Features include: - continuous integration and testing - server-side code analysis - build management - automated team communication - code coverage analysis and reporting - web-based interface and project dashboard - extensibility - IntelliJ IDEA, Eclipse and Visual Studio 2005 integration - pre-tested (delayed) commit - remote run for personal builds
Supported environments: - Ant, Maven, NAnt, MSBuild - Having an IntelliJ IDEA project or a Visual Studio 2003/2005 solution, you can build your application with TeamCity, even without providing a build script - Supports JUnit and NUnit - Integrates with Perforce, CVS, Subversion, Visual SourceSafe, StarTeam |
| Added: |
2006-07-21 |
| Updated: |
2007-12-20 |
| Attributes: |
[BuiltForJava] [PlugIn] [FreeVersionAvailable] |
Ignore this
| |