-
DTP 2024.2 failed to connect to MySQL (8.0)
I'm doing a new installation for DTP on my local machine, after the installation of DTP 2024.2, I placed the 'mysql-connector-j-8.0.33.jar' file under the 'C:\ProgramData\Parasoft\DTP\lib\thirdparty' folder. MySQL version 8.0 is installed on the same machine. I constantly get the error message 'Unable to find a compatible…
-
Setting Flow Analysis Depth without DTP
Hello, is it possible to set the Flow Analysis manually, without the DTP server? The guide only speaks about setting it through the server.
-
Configure Proxy for DTP
Hello, I am using the C/C++Test commandline tool, and I have configured the cpptestcli.properties file to connect to a DTP server. Unfortunately, a connection is not possible, as the server is only reachable through a proxy. I searched for proxy settings, but found only proxy configurations for the used JRE…
-
How to create a rule using RuleWizard to identify a comparison operator?
I am creating a Parasoft rule for C/C++test using RuleWizard that flags whenever a type std::string is used as an argument within certain function calls. For example, this line should be a violation since it uses the variable 'mytestString' without a call to .c_str() LOG_TRACE(7, "ParasoftTestProj::main() Some TRACE…
-
How to create a rule in RuleWizard to check if the filename contains the foldername?
I want to create a rule that checks if a filename contains the foldername at the beginning of the file, for example: I have a folder named "folder1" containing a folder named "folder2" which contains a c file. This file should be named: "folder1_folder2_myFile.c" Is it possible to create such a rule with the rule wizard?
-
[Updated] Regarding log4j CVE-2021-44228 with DTP and Standalone License Server
NIST recently released several Apache's log4j Zero-Day vulnerability cases, a very popular Java library to log messages in Java Applications. * CVE-2021-44228 (https://nvd.nist.gov/vuln/detail/CVE-2021-44228) * Parasoft products released this year (2021) include log4j 2.14.0 library. Parasoft confirms that these releases…
-
Managing DTP Projects and Filters
What is best practice for creating and managing projects and filters in DTP? Should a project in DTP represent a development project, a product, or a version of a product? What if a project includes multiple products? Or what if a product has multiple releases across multiple projects? Lets say I have the following…
-
Parasoft Findings plugin and DTP
About DTP DTP is a Centralized Reporting Dashboard that can display back the results received from the Parasoft tools and provide advance analytics to verify quality in your application. It provides Widgets to be placed on a personalized dashboard that show a piece of the applications quality to help the user see what…
-
Summary of violations by rule && resource group
On the DTP dashboard there is a widget to view 1) violations by rule and 2) violations by resource group. Is there a way to combine these filters and view violations by rule && resource group? I am aware this can be achieved in the Violations Explorer, but that will give me a comprehensive list of all matching violations.…
-
Display dashboard problem
I upgrade DTP 5.4 to 2020 version than i enter license key to DTP but then DTP dashboard did not opened correctly and I took the following error : The dashboard can not be displayed. The dashboard may not exist, may not be shared or you May not have permission to view it. For permissions , I am admin in my machine.
-
Unable to generate unit test coverage report
I am having issues to generate coverage report using Parasoft in eclipse Java. Eclipse display error, **No results were reported during the configuration run. Please check your settings and try again ** Setup Problem [ERROR]could not report coverage Could not find coverage files, probably instrumentation was not done. I am…
-
How to find new violations for particular rule id using rest api?
Summary on what I am trying to do: During the pull request we want to find new violations by comparing target and base builds. We have list of rules IDs checked in code in yaml file. If any new violations are from those rule IDs then we plan to fail the build. that is why we need api to get the information and not in the…
-
Dtp Page load speed
Hi, I run static analysis then I published it to dtp. When I open analysis result the dtp page load very slowly. Related image wa s added to this question. Could you suggest anything for speeding load page? We increase ram memory on the machine, we did necessary thinks for speeding but nothing changed.
-
Parasoft Jenkins Integration
Hi, I want to use Parasoft with Jenkins and maven. For integration is Parasoft SOAtest necessary? Because We purchased only C++Test, JTest and DTP from Parasoft company? Could you help me for this integration? Best Regards
-
Dtp publish
I run some unit test via jtest and then I want to publish result of coverage to dtp. Therefore I create a project in dtp for this purpose. But ı take a warning which is shown in attached screen shot. I think there is a problem. Because when I open the project in dtp ı can not show any published result
-
Parasoft DTP 5.4.2 Milestone 2 Build Available Now
Our development teams have been working diligently and have put together a milestone 2 build of DTP 5.4.2. They have added many great features thus far and are continuing to make our next release even better. The features and enhancements included in this milestone 2 build are listed below. * The performance of DTP has…
-
Trouble configuring Author Mapping XML file
I'm having trouble configuring the Authorship for a project. I've made an authorship mapping xml file and edited the .properties file as described here My xml map contains definitions for many authors across multiple files. I generate a report, but in the report it only lists a single author, defaulted to source control. I…
-
Controlling Coverage information shown in the Coverage Explorer
The following applies for DTP version 5.3.3. By default, you can see the last two builds and any other build that has been archived in the Coverage Explorer. If you would like to have more Build Ids to choose from to examine their coverage, there are two ways you can do this: Recommended - Archive the build from the "Build…
-
Configuring and troubleshooting the JIRA Traceability Widget
After installing the DTP Enterprise Pack and installing the JIRA Traceability Widget, it might be confusing on where you put the data for your JIRA server and the authentication needed to access it. Also, it might seem confusing to get the data to appear in the widget the way you want it too. These steps are to help…
-
Upgrade Process for DTP
Upgrading from a Previous Version of DTP (5.x to 5.y) Before upgrading from previous versions of Development Testing Platform, make sure you read the following sections below for more information and make sure all necessary adjustments have been made before proceeding with the upgrade: •Preparing for Update or Migrating…
-
Parasoft announces the release of C/C++test, dotTEST, Jtest 10.3.3, and Parasoft DTP 5.3.3
We are happy to have released the latest updates to Parasoft’s development testing products, including the 10.3.3 versions of Parasoft C/C++test, Parasoft dotTEST, and Parasoft Jtest. In addition to the 5.3.3 versions of Parasoft DTP and the Parasoft DTP Enterprise Pack. For this update, we focused on providing customers…
-
Is there a way to get the URL to a published DTP report immediately after running cpptestcli?
We are looking to make this information easily available to the user either straight from a bench command-line execution or after a Jenkins run is complete (automated e-mail or similar messaging system). Currently, a user has to manually log into DTP and navigate to the reports themselves to view this report.
-
Is there a way to specify a default assignee of a DTP violation?
Currently, we noticed assignees are either: * the author of a source change (when connected to SCM) * the user who published the DTP report (when not connected to SCM) Is there a way that we can specify some other designated user as an assignee upon publishing a report to DTP?
-
Is there a way to add users to a team by associated e-mail address instead of login name?
Given that we cannot make a DTP project public to all users, we may have to consider an alternative approach like managing a user group that contains all users that we will have to manually upkeep whenever there is an addition/removal. In our current testing, we found the search functionality only works if you know parts…
-
how to generate and populate localsettings.properties files
localsettings.properties files store important information regarding Parasoft tool's stored configurations as well as project parameters. A localsettings.properties file is required to utilize CLI integration, back up an installation, or transfer configurations from one installation to another. You will first need to to…