-
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?
-
Keil uVision Static Analysis Quick Start
In this post, I will go over how to get started with using C++test static analysis on Keil uVision projects. In this example, I will be using the C++test example MDK-ARM Sensor project. This can be found within ${CPPTEST_HOME}/Examples/Embedded/MDK-ARM/Sensor. In this post I will use the following: C++test 10.4.2…
-
How to Save Test Suite
We're trying to save a Linux test suite (using git) so we can share it among developers. The existing suite contains several hidden files (.parasoft, .cproject, .project, .metadata) that contain absolute paths to the original suite locations, which breaks badly when we try to reuse the project elsewhere. How can we save…
-
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.
-
Formatting issue with trailing zeros
Fellow SOATesters: I have a problem with formatting price extracted to a Databank stored in a script variable and then using it after some arithmetic - for example (price multiplied by quantity to arrive at total price for the cart items, add tax and finally arrive at total amount ). Sample prices are 90.00, 102.41, 50.88…
-
How to have client request validation for SOAP Service?
Hi Team We have virtualized a soap service, where as client is sending some extra fields. In this case original service is throwing an error which is their schema definition. where as in virtual, we cant write responder to handle all validations, if we have some options to include validations at wsdl level?? Any help would…
-
SAOTest Virtualize : Parameterizing Arrays of Varying Size
I have a requirement exactly the same which parasoft gave an example.. I tried reproducing the same but i couldn't see any response back. In the below example I could see that they have setup a response , but is there any specific request that i need to send to get that response ? I followed exactly same steps but still no…
-
Batch File or VBscript File to execute a single TST or all available TST in the workspace
I am trying to create a Vbscript/Batch file which will launch the SOAtest and execute a single TST or all the TST available in the workspace. I am trying to find my question in the forums but no help. Can anyone help me out here. Workspace Name: APITest TestScript Name: Login.tst
-
Calculate sum of several columns in an XML databank
I'm extracting and storing values (let us say List Price of several products). I can see them saved as shown in console: Scenario: GetProductPriceOfCartItems Test 1: GetProductPricing(ProductPricingRequest) - success set Test 2: ListPrice1=45.00 set Test 2: ListPrice2=65.00 set Test 2: ListPrice3=55.00 set Test 2:…
-
Parameterize the attachment <zip> with MIME and MTOM is not working for SOAtest SOAP Client
I was using the SOATest SOAP Client to send the soap message request to the backend using MIME and MTOM , which requires the zip attachment along with request, SOAtest only keeps the absolute file path in the request message body not the actual zip file and send to the backend .. which through an error File not supported .…
-
Use data conditionally in a SOAP Client Tool
Is it possible to conditionally use the value of cell (from an excel spreadsheet setup as datasource "CustomerAndProduct" say that contains 2 columns as shown below) CustomerType CustomerNumber New 0 Existing 123456 The end goal here is I want to use a SOAP client (which fetches) Customer details for "Existing" customer…
-
Response: SOAP-ENV:Server: javax.xml.transform.stream.StreamSource cannot be cast to java.io.InputSt
When I'm trying to submit a request. I'm getting the below error. The same request is working for my team. can you anyone have an idea why i'm getting this error. I tried with Parasoft SOA Test9.8 and 9.10. Both tools are getting same error. <?xml version="1.0" encoding="UTF-8"?> SOAP-ENV:Server…
-
REST Tests stopping after a certain number of tests execute
We just added our renewal license key (just FYI, not sure if this has anything to do with our issue). We have been running a large suite of tests 3 times a week and just recently (today), they seem to stop after a certain number of tests run. I know this because at the point where the tests finished, I disabled a number of…