Radamsa

Radamsa

Aki Helin
+
+

Related Products

  • Parasoft
    148 Ratings
    Visit Website
  • MuukTest
    34 Ratings
    Visit Website
  • QA Wolf
    269 Ratings
    Visit Website
  • TrustInSoft Analyzer
    6 Ratings
    Visit Website
  • Daylight
    10 Ratings
    Visit Website
  • Orca Security
    594 Ratings
    Visit Website
  • Healthee
    13 Ratings
    Visit Website
  • Checksum.ai
    1 Rating
    Visit Website
  • QuantaStor
    6 Ratings
    Visit Website
  • Bluepear
    48 Ratings
    Visit Website

About

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. Use coverage run to run your test suite and gather data. However you normally run your test suite, and you can run your test runner under coverage. If your test runner command starts with “python”, just replace the initial “python” with “coverage run”. To limit coverage measurement to code in the current directory, and also find files that weren’t executed at all, add the source argument to your coverage command line. By default, it will measure line (statement) coverage. It can also measure branch coverage. It can tell you what tests ran which lines.

About

Radamsa is a test case generator for robustness testing or fuzzer. It is typically used to test how well a program can withstand malformed and potentially malicious inputs. It works by reading sample files of valid data and generating interestingly different outputs from them. The main selling points of Radamsa are that it has already found a slew of bugs in programs that actually matter, it is easily scriptable, and, easy to get up and running. Fuzzing is one of the techniques to find unexpected behavior in programs. The idea is simply to subject the program to various kinds of inputs and see what happens. There are two parts to this process: getting the various kinds of inputs and how to see what happens. Radamsa is a solution to the first part, and the second part is typically a short shell script. Testers usually have a more or less vague idea of what should not happen, and they try to find out if this is so.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

Any user looking for a solution to measure line and branch coverage to produce test reports

Audience

Testers searching for a solution to find issues in their program processes and applications

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

Coverage.py
United States
coverage.readthedocs.io/en/7.0.0/

Company Information

Aki Helin
gitlab.com/akihe/radamsa

Alternatives

Alternatives

blanket.js

blanket.js

Blanket.js
JCov

JCov

OpenJDK
LibFuzzer

LibFuzzer

LLVM Project
go-fuzz

go-fuzz

dvyukov
Devel::Cover

Devel::Cover

metacpan
Honggfuzz

Honggfuzz

Google

Categories

Categories

Integrations

C
Codecov
Django
FreeBSD
Git
HTML
JSON
Make
Mako
OpenBSD
Python
SQLite
Tidelift
XML
pytest
pytest-cov

Integrations

C
Codecov
Django
FreeBSD
Git
HTML
JSON
Make
Mako
OpenBSD
Python
SQLite
Tidelift
XML
pytest
pytest-cov
Claim Coverage.py and update features and information
Claim Coverage.py and update features and information
Claim Radamsa and update features and information
Claim Radamsa and update features and information