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.

Error reading test log for Test unit for xx.cpp.

Options
LuckyStone
LuckyStone Posts: 3

I run "Run Unit Tests (File Scope)" configuration on eclipse base ide vs2013 ,then get a error :"Test execution: error reading test log for Test unit for xx.cpp". How can I Solve this problem?

Tagged:

Best Answer

  • LuckyStone
    LuckyStone Posts: 3
    Answer ✓
    Options

    I found the reason through console,it was solved by adding the dir of dependent dlls into path.

Answers

  • LuckyStone
    LuckyStone Posts: 3
    edited June 2022
    Options

    When I entered dir “.cpptest\MyProject\unit-data\current_tubf179707”,I found that “cpptest_results.clog” and “cpptest_results.tlog” were missing.So,what can I do for soving the problem?