-
Signature validation
Hi team , Does anyone has any idea on the following error , on why it is occuring and how to solve that ? 401 SIGNATURE VALIDATION SERVICE PROCESSING EXCEPTION
-
Execution problem for cppunit format tests
Hi, I try to run cppunit format unit test in cpptest standalone ide with armcc compiler. Then I take the attached error. How can I fix it? Then I run the example which is provided from you. Your cppunit test did not work also. Your example was ATM. I took again the same error. The error attached to discussion. And I…
-
Ciphersuite Warning solution requested
When I am selecting an option in Ciphersuite(SSL_***) I am getting the below warning: "The selected Cipher suite is not supported by your JRE. you may need to use an IBM JRE" Please help in solving the issue Please let me know the name if any jars to be added
-
FTP client
Does anyone has any idea , on what to provide in the host for the FTP client. I am trying to connect to some server (kind of a storage location) having some files and I want to validate the files there .
-
Build id - character limit?
Do we have any character limit for the BUILD ID?
-
Unit testing via Jtest in command line
Hi, I want to unit test in command line with jtest. First of all I generate unit test in intellij ide using jtest then I try to run test via Jtestcli in command line. But at the end of the process "executed test cases :0" why can't I run these test? Normally these generated tests run in intellij ide successfully. How can I…
-
JTest Lisence Problem in command Line
Hi, I try to use Jtest in command line. When I run the command which is shown in attched image. The reply of the command is lisence feature not found. Normally in netbeans or intellij parasoft plugin to these ides and there is no problem for lisence. But in command line I took an error about lisence. Why this ase occur?…
-
Request from File and Response to Queue
Hi All, We have got a requirement that request file has to be read/taken from folder location & based on few fields it should send response to PUT queue. ie Request from file location & response to Queues(IBM MQ) Is that possible to do using Parasoft?
-
IBM MQ Virtualize - "MQJE001:Completion code 2: Reason '2397'(MQRC_JSSE_ERROR)"
Hi Team While testing my connection I am getting the below error. Please help me to solve this and establish the connection MQJE001:Completion code 2: Reason '2397'(MQRC_JSSE_ERROR)
-
Ciphersuite details in Virtualize
Is that mandate to add Ciphersuite details while creating Virtual Service. We don't have the option to mention the Ciphersuite details in Virtualize. Please help me on this
-
SOAtest assert on partial date/timestamp
Hi, I like to assert on a DB value containing a time stamp e.g. 2019-06-13 09:04:23.338024, by only considering the date part 2019-06-13 and neglecting the time. Can this be accomplished with a build in assertion of SOAtest or should this be implemented with a custom assertion? Thanks in advance . Regards , Daniel
-
RR Pairs - Hardcoding feasibility
Hi All, The below is the scenario we have got 30 set of Request and Response Pairs. We will be receiving any of the one request from application. How can we hard-code all RR pairs where Virtual responder will select & send the response based on request we receive. Note: We are not using Data set/Data repositories Ex: The…
-
Possibilities on NDM(Network Data Handler) Protocol
Do Parasoft Virtualize support NDM Protocol?
-
How to set "timeout after (milliseconds)" with environment variable?
Hi, I have a need to set different timeouts for different tests. For instance, when doing a GET, I would like to set it to have a 3 second timeout, whereas for DELETE I would like maybe a 5 second timeout. I tried using environmental variables but it did not work, the timeout textbox only accepts numeric inputs. I would…
-
C++Test, no project import in Visual Studio plugin
Hello, I just installed VS 2017 and the C++Test plugin for visual studio. There appears to be some basic installation issues. * The new Visual Studio launcher to enable C++Test does not appear in my Start Menu * Visual Studio does display the ParaSoft menu * New/Project.../Import Keil Project is missing. Actually all of…
-
is it possible to execute same .project simultaneously, one with SOATest UI and other through CLI ?
I want execute two instances of same .project (Same set of .test files) simultaneously in a way that one should run through SOATest UI and other through Command Line Interface provided that .project should be in one workspace. Please let me know if there is any way available. Thanks in advance!
-
Keil uVision Static Analysis Problem
I worked with Keil uVision. For analysing Keil uVision code I followed instruction of the https://docs.parasoft.com/display/CPPDESKE1041/Keil+MDK-ARM+Support document. I create bdf file and I import my code and bdf file to standalone C++test ide. Then I tried to do static analysis for this code. In the parasoft document it…
-
NDM(Network Data Handler) Protocol
Do Parasoft virtualize support Connect:Direct(NDM) protocol? I have already verified on the Market place but no such extension is available. Please help
-
SV creation - FTP
Hi Team,, Do we have any document for creating FTP virtual service . Recording is not allowed as per requirement
-
IBM MQ Virtualization
Hi Team,, Do we have any document for creating MQ virtual service. Recording is not allowed as per requirement
-
How do you generate stubs for template class functions?
When collecting stub information in my test configuration I am not finding references to our functions in template classes. Is there a way to generate stubs for our template class functions? Here is an example of a template that we are using in another class that is under test. The function func_1 doesn't show up in when…
-
Stubs for variadic functions
Recently I had to stub out a Linux ioctl function for testing. I found that the stub doesn't pass the variadic arguments to the callback function. In order to pass the arguments I made a quick hack, and hijacked the __return pointer from within the auto-generated stub code to be able to see the arguments as shown below. Is…
-
Virtualize - logging requests in a responder
I have a request i.e. @0DR1345^2808156101^^^@F@T+00001^CUSINF^^^^@F@T456951107^@F@T@F@E and a responder using a data source of several responses. The response has a key of customerId. The customerId in the request is prepended with a few characters. I am trying to extract the correct characters of the customId data from…
-
how to upload image using parasoft
Hi Team, I want to upload logo using paraoft ,please help me how to do it.
-
Setup problem for header files
Hi, I have an eclipse C++ project and a configuration for static analysis, I am able to use the configuration file to perform static analysis, and generate a Parasoft C++test Report. However, when i export the configuration file and tried to perform static analysis via the command line (cpptestcli), I encountered setup…
-
please how can i download jtest in my eclipse IDE
please how can i download jtest in my eclipse IDE
-
How to create a traffic file for CSV request response pairs?
I'm new to virtualize and I am struggling with correlating csv requests to responses. My wish is to correlate a request to a request/response pair in some sort of dataset/repository. Or correlate a piece of the request to a piece of the response. i.e. Request contains customer id along with other data and response contains…
-
Need help for a POC on Community Edition of Parasoft to prove the context based switching.
We need help for a POC on which we are currently working on Parasoft Community Edition tool for below scenario to prove 'context based switching' as we want to showcase live industry scenario in the POC for demo purpose: 1) Hit HTTP url (main application on internet) which is an application which provides current time URL:…
-
-vs switch has to be specified with Visual Studio version problem
We prepare a .bat file and we call this bat file from jenkins. This bat file commands works in Visual Studio command prompt. When I execute these commands individually There have no problem but when I call bat file from normal command prompt We take the "-vs switch has to be specified with Visual Studio version " problem.…
-
Parasoft Warnings Tab
I try to work Parasoft with Jenkins. They are working well each other. But when I call parasoft throughout jenkins, the static analysis and then unit test execution is finished, the Parasoft Warnings Tab in Jenkins interface does not appear. Why this case occur. In the begining of the project creation I select freestyle…
-
Does Parasoft Community Edition tool support Context based switching?
Does Parasoft Community Edition tool support context based switching (ability to switch between real and virtualized services based on system availability)?
-
Jenkins with slave Linux Virtualbox running cpptestcli
Hi, I have a Jenkins job that will perform a svn checkout to a Linux VirtualBox every day. After checking out, the job will perform a make clean and make all operation, before trying to call the cpptestcli command. The command I ran: cpptestcli \ -data "../" \ -import "ProjectName" \ -config…
-
ScriptingContext.setValue syntax error in Jythlon
In the script below, the last line using "ScriptingContext.setValue" is returning an error in Details stating that: " File "", line 7, in setTestFlowLogicVar TypeError: setValue(): expected 3 args; got 2" The api doc state the syntax is: "boolean setValue(String variableName, String value)" Where is this third arg coming…
-
cpptestcli error:unable to find parasoft test installation
When I want to work command line and try to run static analysis in command line take cpptestcli error:unable to find parasoft test installation error. Related image is added to question.
-
Static Analysis Skipped File
Hi, I run static analysis via command line and I obtain successful result. There have a no error while execution. But I noticed that the Skipped info. What is it? I did not understand the meaning of it. I attached related screen shot to discussion.
-
Create bdf file with Maven
Hi, I can run mvn clean install in command line. Then Itry to generate bdf file for this maven project.But I get an error.The error attached to discussion.Why this error obtain?
-
Using Date Range to retrieve data from excel
Can some help me with the below scenario. I have a responder which sends list of rows having the same account number which was sent in the request. However, I need to send the rows based on the start date and end date range. currently I have setup only account number in data source co-relation to match the account number.…
-
can we use context based switching?
does Parasoft virtualize tool have ability to switch between real and virtualized services based on system availability?
-
Parasoft Example Eclipse Project Unit Testing Gcc Problem
I am working with Parasoft ATM eclipse example. First of all I create bdf file for this ATM project. And I open this project in C++Test ide with using bdf file option. I successfully run static analysis and optain results. Then I create aoutogenerated tests via "Generate unit tests" option. Then I run these test. I obtain…
-
How to print to Event Monitor from Extension tool
Responder is working fine in localhost, whereas same responder is not working in server environment. To troubleshoot i need print some values to Event Monitor. Whats the groovy code to print to event monitor from extension tool?
-
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.…
-
Iterating through Table data source
Hi, I want to iterate through Table data source and select particular rows based on the input. Im using SOATEST. do we have built in to iterate table data source? if not how can we call the table data source in Java class and iterate through the rows in the table(excel) data source. this is the scenario. i have scenarios ,…
-
Generate a Report from Persistent Violations for Static Analysis
When I run Static Analysis over my code base using Eclipse, any violations that pop up will be listed under Quality Tasks. Under the Configuration Running tab (or view), at the conclusion of the run, it states how many quality tasks were found, gives me the progress bar, and then at the bottom allows me to generate a…
-
Acccess Project/Workspace Location in cpptest suite
Our current test suite is littered with absolute file paths. This makes our test suites less portable. I'd like to be able to access the workspace and project locations from within our tests. How can I do this? Are there environment variables that contain this information that can be gotten through getenv()? Or are there…
-
plugin un-installation procedure
What is the recommended (vetted) procedure to uninstall a <parasoft_cpptest_desktop_10.x.y_win32_x86_64_eclipse.exe> plugin? I already tried running a formal way from Control Panel > Uninstall a program > double click ... No requests in regards to "Uninstall, Change, or Repair" option, the cycle just removed (most of) the…
-
jython script to iterate rows in paraspftSoa Test
Hi, please provide jython script to iterate rows.
-
Parasoft SOAtest, Virtualize 9.10.7 and the Continuous Testing Platform 3.1.3 Released
Today we released the latest version of our functional testing tools today, and they are jam packed full of exiting new features to enable comprehensive test automation! The released versions are: Parasoft SOAtest 9.10.7 Parasoft Virtualize 9.10.7 Continuous Testing Platform 3.1.3 Core product enhancements In these…
-
Extract name of the data source with ScriptingContext
Hi, Im using the ScriptingContext in Parasoft SOATEST to build my request. I wanted to know how to extract the datasource **name ** in my script. The datasource type is an Excel file and Im using Java and need the name /path of the datasource. Appreciate the help. Thanks.
-
POC on Parasoft Community Edition
i want to do the POC using Parasoft Community Edition tool. could you please suggest me. i am using Parabank application but unable to to create the responder suite in virtual asset.
-
Publish Parasoft analysis results
Is it possible to publish/centralize the project's analysis report(s) onto the corresponding pre-defined project space @DTP server POST running a "cpptestcli" from a Linux build environment?