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.
Discussion List
IDE License Release
We noticed that when we deactivated the license from within the Eclipse IDE plugin for C/C++test, the license is not released on DTP. It appears to hold onto that session for about 10 more minutes or so, before it is released. Is that the expected behavior? If another user were to come in and that deactivated license was…
Running CPPTESTCLI is causing visual studio 2017 stuck in Preparing Solution.
Hi, Running CPPTESTCLI 10.3.4 from command line is causing visual studio 2017 stuck in Preparing Solution. No issue when running scan from visual studio on the same solution. Any suggestions ? Thanks
Unit tests don't find shared libraries at runtime (c++test v10.3)
I have a project containing unit tests that link against a shared library. The project is created using cpptestscan, with BDF files. The BDF files have correctly captured the compiler and linker options, including the one that tells the executable where to find the shared library (i.e., -Wl,-rpath,/path/to/library). With…