Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Dependency Analysis for C/C++

nima_s
nima_s Posts: 5
edited April 2018 in C/C++test

Is there any C/C++ dependency analysis tool/extension that Parasoft offers? We currently using 10.3 C/C++ tests Automation (Command Line) Edition with DTP Engine for static analysis. We are looking for a dependency analysis tool that could either be standalone or integrated with C/C++ test.

Comments

  • Mirek
    Mirek Posts: 141 admin

    @nima_s: Could you please provide little bit more details? What kind of data/ dependencies are you looking for?

  • nima_s
    nima_s Posts: 5

    @Mirek We are looking to detect cyclic dependency in our C++ code base - mostly dependencies between modules and C++ classes (mainly the #include files).