Average Ratings 0 Ratings

Total
ease
features
design
support

No User Reviews. Be the first to provide a review:

Write a Review

Average Ratings 1 Rating

Total
ease
features
design

Description

EvoSuite is a free, open-source tool designed to automatically create JUnit test suites for Java classes by leveraging search-based software testing (SBST) methods to improve code coverage and uncover possible defects. It analyzes Java bytecode to generate executable unit tests that include assertions, with the goal of achieving significant structural coverage, which encompasses branch, line, and mutation coverage. The tool employs a hybrid strategy that merges evolutionary algorithms with mutation testing to yield efficient and concise test suites. Supporting multiple Java versions, EvoSuite seamlessly integrates with various build systems and integrated development environments (IDEs) such as Maven, Eclipse, IntelliJ IDEA, and can also be used via command-line interfaces. Additionally, it provides capabilities for regression testing through its EvoSuiteR component, generating test suites that help identify discrepancies between two versions of a Java class. Benchmarking on a wide array of open-source projects has demonstrated EvoSuite's effectiveness, and it has been widely adopted in both academic research and practical industry applications to improve the software testing process. This versatility ensures that developers can rely on EvoSuite to enhance the reliability and quality of their Java applications.

Description

The Java™ Programming Language is designed as a versatile, concurrent, and strongly typed object-oriented language that utilizes a class-based structure. Typically, it is translated into bytecode that adheres to the specifications laid out in the Java Virtual Machine Specification. In this language, developers write source code in standard text files that conclude with the .java suffix. These source files are subsequently transformed into .class files through the use of the javac compiler. Unlike native processor code, a .class file comprises bytecodes, which serve as the machine language understood by the Java Virtual Machine (Java VM). To execute an application, the java launcher tool creates an instance of the Java Virtual Machine, allowing the compiled bytecode to run seamlessly. This process exemplifies the efficiency and portability that Java offers across various computing environments.

API Access

Has API

API Access

Has API

Screenshots View All

Screenshots View All

Integrations

Eclipse IDE
IntelliJ IDEA
Betterscan.io
BotCity
CodeCollab
CodePen
CodeQL
CodeSee
Codebashing
CreativeTime Attendance
DXcharts
Enhance
Helidon
Kontra
Lightstreamer
PMD
Sider Scan
Supacodes
TextPad
Zenscrape

Integrations

Eclipse IDE
IntelliJ IDEA
Betterscan.io
BotCity
CodeCollab
CodePen
CodeQL
CodeSee
Codebashing
CreativeTime Attendance
DXcharts
Enhance
Helidon
Kontra
Lightstreamer
PMD
Sider Scan
Supacodes
TextPad
Zenscrape

Pricing Details

Free
Free Trial
Free Version

Pricing Details

Free
Free Trial
Free Version

Deployment

Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook

Deployment

Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook

Customer Support

Business Hours
Live Rep (24/7)
Online Support

Customer Support

Business Hours
Live Rep (24/7)
Online Support

Types of Training

Training Docs
Webinars
Live Training (Online)
In Person

Types of Training

Training Docs
Webinars
Live Training (Online)
In Person

Vendor Details

Company Name

EvoSuite

Country

United States

Website

www.evosuite.org

Vendor Details

Company Name

Oracle

Website

docs.oracle.com/javase/8/docs/technotes/guides/language/index.html

Product Features

Automated Testing

Hierarchical View
Move & Copy
Parameterized Testing
Requirements-Based Testing
Security Testing
Supports Parallel Execution
Test Script Reviews
Unicode Compliance

Product Features

Alternatives

Jtest Reviews

Jtest

Parasoft

Alternatives

JCov Reviews

JCov

OpenJDK
HUnit Reviews

HUnit

Hackage