Parasoft C/C++test is an integrated Development Testing solution for automating a broad range of testing best practices proven to improve development team productivity and software quality.
Questions tagged [parasoft]
70 questions
0
votes
1 answer
Parasoft code analyzer warning - 'variable is checked for null after being dereferenced'
How to avoid following error - ""user" is checked for null after being dereferenced.".
Highlighted code
OLCC olcc = saveOLCCRequest.getOLCC();
if (olcc != null) {
Thanks.

johnny-b-goode
- 3,792
- 12
- 45
- 68
0
votes
1 answer
how do I generate a test file form a java file using Parasoft
I am new at Parasoft. I am using Parasoft as a plugin for Eclipse. Today I used it for the first time on a java file with right click and Parasoft->Test Using->User-Defined->my_configuration.
How do I generate a new test file for a java file using…

Dorian
- 35
- 1
- 1
- 6
0
votes
1 answer
Jtest(cli) for eclipse is not finding any files, with "Source Files to Check: 0"
When I run tests using the Jtest within eclipse, source code files are checked and results are given.
but when I run this command line:
jtestcli.exe -config "team://" -showdetails -localsettings…

miraqi
- 1
- 2
0
votes
2 answers
Debugging / analyzer tool for Javascript?
Please suggest if we can use any static analysis tools for Javascript? Can parasoft tool be used? Any tutorial on parasoft would be helpful.
Are there any other debugger alternative to Opera dragonfly?
Thanks
Sneha

Smitha
- 6,110
- 24
- 90
- 161
0
votes
1 answer
Parasoft error: objects to manage resources should be used instead "x" pointer
I've created a binary search tree, each node of my binary tree is setup in a struct containing the key, and a pointer to the left and right nodes.
In my copy constructor for this binary search tree, I call a helper method to recurs through the tree…

dev6546
- 1,412
- 7
- 21
- 40
0
votes
2 answers
c++ parasoft error
I have parasoft my solution and I am getting 3 errors which are the same, "Objects to manage resources should be used instead" These errors are coming from a struct I've created. How can I remove this without altering my struct? "pointer name"…

DorkMonstuh
- 819
- 2
- 19
- 38
-1
votes
2 answers
Need help on publishing xml report with the plugin parasoft findings in TeamCity
I added a build step for my project in teamcity which consists on using the plugin Parasoft Findings to publish an XML report of all the code violations. the problem is that teamcity is failing to parse XML report. It says there is an unexpected…

Kurama05
- 11
-1
votes
1 answer
How to generate a XML report using Parasoft SOAtest 9.9.x
I want to generate a XML reporting SOAtest as indicated by https://github.com/parasoft/SOAtestToMTM but I don't have the same result. I followed exactly the same steps but my 'TAGS' are completely different.
I use the Parasoft SOAtest version…

Rejean Therrien
- 1
- 1
-2
votes
2 answers
Parasoft violation:Destructor ~dest should be virtual
My company uses Parasoft to validate the correctness of our c/c++ program.
In the source code, many classes are not used as base class and they don't have virtual member functions. But they inherit from other class. Here is the sample code:
class…

Yuan Wen
- 1,583
- 3
- 20
- 38
-3
votes
1 answer
parasoft C++ - Skipped
I am use to Parasoft C++test, I want to perform static analysis of a code. The code is developed in C++ in Windriver VxWorks Diab.
For Configuring Projects for Testing, I use the following :
For direct testing of Wind River projects, choose Use…

Safa
- 178
- 1
- 12