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
Parasoft creation of .bdf file using bitbake.
I'm looking to setup c/c++ test to do static analysis, but my build uses bitbake to compile instead of a straight-up make command. Is there any trick to get this to create the .bdf with cpptestscan or cpptesttrace, or is there some way I can perform some level of static analysis without doing the build?
Possible division by zero - fails to detect
Hello. I am running a static analysis checks with Parasoft C/C++ test. And I encountered the following issue: passing a zero parameter to a function which afterwards uses it to divide is not always detected/reported. For example: void some_function() { test_function(0); } void test_function(int parameter) { int var = 5 /…
Cannot find function
When creating a test case for a function (without processing), the C++ test tool cannot find the target of the corresponding function in the Drop-down menu.
Creating data.json for java project
Hi, I worked your example project demo which was java project. It included "demo.data.json" file. I did static analysis with using this "demo.data.json" file. I am trying to analyse my java project with Jtest static analysis and I need myproject data.json file. I don't know How can create "myproject.data.json" file. Could…
Parasoft Findings Plugin in Jenkins integration Error
Hi I had Installed Parasoft C/C++ Test and 'Parasoft Findings Plugin' in our Jenkins server(Ubuntu 16.04.6 LTS). I'd like to display the C/C++ test report that built in Jenkins. I created a new item and filled out the following in the build and post-build action area: When building the item, the following log was printed.…
Environment Manager job is not getting called by another job
Hi Team, We have a configuration of 10 jobs called by a single tst associated with a job.We are trying to execute that job using bamboo. In this situation job called by bamboo is not calling another jobs. Let me know if you need more clarification. Regards Udaya
How do I setup a corelation when there are only 2 parameters in the request?
Below is the request format for which I need help in setting up corelation: APPWEBEDV APPWEBEDV12345 I LUP500 50708711GTC700*XAB6LUOAW1T ORA50V378D11CC W1
How do I setup a corelation when there are only 2 parameters in the request?
Below is the request format for which I need help in setting up corelation: APPWEBEDV APPWEBEDV12345 I LUP500 50708711GTC700*XAB6LUOAW1T ORA50V378D11CC W1
Holgi
Hi all, is there anybody having an idea how to buffer fieldentries and the labeling of buttons in order to be used within the following teststeps as variables? Many thanks in advance
Why Disable Parasoft extension doesn't operate on VS 2017
I am trying to disable Parasoft ext on my VS 2017 , Parasoft extension on VS 2017 doesn't disable . even after VS restart.
How to add pymongo jars(files ) on soatest server?
In soatest tool, we configure by giving pymongo jars path in windows-->parasoft-->scripting-->jython home... In the same way how can we map or congifure files(jars) on ctp(soatest server).?
Is there a built-in method to measure runtime at file-level for Flow Analysis & CDD rules?
We were informed of a method called PSRC that we used to gather this data for Pattern-based rules, but we would like to know if there's also a built-in method for Flow Analysis & Code Duplication rules.