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.

cpptest warning report format

Bush
Bush Posts: 8

I need to create "text based" warning report from cpptest analysis. Is this possible? it seems that other formats are supported (e.g PDF and XML) , but not text. Any idea?

Tagged:

Comments

  • Kevin Ali
    Kevin Ali Posts: 22 admin

    Hi Bush, We are not able to generate a plain text file from reports.

    What version of C++ test are you currently using?

  • Bush
    Bush Posts: 8

    I am using 9.6.1

  • Andrey Madan
    Andrey Madan Posts: 388 ✭✭✭
    edited June 2017

    You can use our generic XLS translation to generate custom (in your case - text) files.

    This is from 10.3.2 documentation:

    Hope that helps.

  • Bush
    Bush Posts: 8

    Thank you so much, this really helps.