Menu

How to Select the Best Solution for Source Code Testing

published 2019-11-26, written by Christian Hartlage

Automated Code Testing for Software Quality Assurance

Quality assurance done through code testing is an important part of the software development process (s. Diagram 1). Discovering the bugs and vulnerabilities early in the development process saves costs and reduces risks in the following stages.

software development lifecycle

Diagram 1: Software Development Lifecycle (Source: Wikimedia Commons)

Common testing methods used in software development include static and dynamic software testing as well as more innovative approaches such as smart fuzzing or FAST. There are different providers on the market that offer products based on one of these testing methods or, sometimes, their combination. Since manual testing consumes a lot of resources and cannot exclude the human factor, priority should be given to automated code scanning solutions.

Selection criteria for the automated testing solution

When choosing the software for automated code scanning, one should consider some important factors:

criteria for testing solution selection

Diagram 2: Important selection criteria for a code testing application

CI Fuzz - automated code scanning solution

Based on the criteria above, we developed a unique code testing solution that combines three fuzzing engines with initial static code scanning and concolic execution.

CI Fuzz automatically scans the software code on each code change and finds deeply hidden bugs and vulnerabilities. Through its easy and intuitive setup and its IDE integration, the developers can start testing their source code right away.

The debugging mode of the software allows for easy bug discovery and fast bug fixing by the developer. CI Fuzz is also compatible with standard CI/CD workflows such as Jenkins. Using CI Fuzz for automated source code scanning will speed up the testing phase of software development projects and improve the overall quality of the software.