-
Announcing the 2021.1 release of Parasoft SOAtest, Virtualize and Continuous Testing Platform
The latest release of the Parasoft Continuous Quality Suite of API testing tools is now available with updated versions of Parasoft SOAtest, Virtualize, and CTP. In this release, we focused on four primary areas. 1. Requirements view added in SOAtest to correlate tests with traceability workflows. 2. Increased accuracy…
-
Announcing the 2021.1 release of Parasoft SOAtest, Virtualize and Continuous Testing Platform
The latest release of the Parasoft Continuous Quality Suite of API testing tools is now available with updated versions of Parasoft SOAtest, Virtualize, and CTP. In this release, we focused on four primary areas. 1. Requirements view added in SOAtest to correlate tests with traceability workflows. 2. Increased accuracy…
-
Announcing Parasoft DTP 2021.1
The latest version of Parasoft DTP has been released, which includes the following features and enhancements. TÜV SÜD Certification Parasoft DTP has been certified by TÜV SÜD to be qualified for safety-related software development. You can download the Parasoft DTP Functional Safety package from the Marketplace area of the…
-
Announcing Jtest 2021.1
The latest version of Parasoft Jtest has been released, which includes the following features and enhancements. Modernized Development Environments and Workflows * Updated Eclipse and Java support * Enhanced GitHub integration Extended Security Compliance Solution The security compliance solution for Jtest now includes the…
-
context variable not getting set
from com.parasoft.api import * from java.io import * import java.util.ArrayList as ArrayList from java.util import * def readCSVFields(input,context): CSVPath = context.getAbsolutePathFile(' ');contextFilePath = CSVPath.getAbsolutePath().strip()contextFilePath = contextFilePath.replace("/ /", "/");fr = contextFilePath +…
-
[HELP] REST URL Databank Not Extracting value from Path
Hi, I am running into an issue where the virtualized service I created is supposed to extract a value from the URL path and make some status change in data repo. For some reason the value being sent in the request isn't being extracted by the REST URL Databank. I am using Parasoft version 9.10 Request Template Data Source…
-
Data and Control Coupling
Hi parasoft family, Do you know whether or not parasoft c/c++ test encompass data and control coupling? Best Regards, -BA
-
Missing resources error message when execute the test scripts from Jenkins
Hi All, I am getting an error "ERROR: Missing Resources: The following symbols/resources were specified, but were not found in the workspace. Ensure they are valid and are relative to the workspace" when try to execute the SOATest scripts from Jenkins but I am pretty sure that the resource path provided is correct. The…
-
Extension tool - DB connection : getting Checksum fail Error
I am getting below error Error Message: Error during script execution. View Details for more information. Checksum fail Additional Details: Checksum fail java.sql.SQLRecoverableException: IO Error: Checksum fail at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:682)at…
-
Reinstall DTP change MachineID
I accidently deleted the "Admin" account from the administration portion of DTP. If I reinstall DTP will the MachineID change? ALso is there a workaround where I can add the user back in. ? This is the error I am getting. 15-May-2020 12:38:08.633 SEVERE [main] org.hsqldb.persist.Logger.logSevereEvent DataFileCache.open…
-
error #10010: errors encountered during linking;
Hi great parasoft family First of all I wish good and health days, I really need help,the errors and warning as follows, C/C++test analysis errors in /deneme09042021 1. Test execution: error linking test executable for Test unit for selected sources. error #10198-D: no input section is linked in warning #10202-D: no…
-
get Data From Traffic Viewer Object
Wanted to retrieve Header Info, Request Body & Response from Traffic Viewer Object from each test. I want to perform this task by writing code since I have 250+ scenarios in my suite and it is not possible to add Header DataBank for each test. My Suite is in REST.
-
Uniform Think Time per Service
Hi There, Requesting your assistance on a dilemma i am having as i deal with Performance Testing and our Virtualize is built in such a way that it should mimic PROD-like behaviour especially when it comes to Response times. I am given a set of Production Average Response time per specific Service and I have updated…
-
Get values from the DB tool response and compare with external excel.
In SOAtest, I want to get the values from the response of a DB tool and compare those against the values in an external Excel sheet. Then, I want to derive success or Failure of the test. I tried XML Data Bank or JSON Data bank but both of them doesn't show the DB response. They just show the Select query and the elements…
-
Tool to write the Response data to external excel file
Hi Team, I have encountered a situation where i have to write the data to external excel file. I have tried to use write file option, still that would not be a solution as my data should go to external file.
-
Execute a test case when another test case fails
Hi, I have a scenario which has 7 test cases. I want to execute a test case (8th one) if any one of the 7 test cases fails. I am aware of "Test Result Dependency" option. it allows to select only one test case that is expected to fail. But in my case out of 7 test cases anything can fail. How can I achieve this requirement?
-
DTP access from local and external networks
We have a DTP server already 5+ years. Server is located in local network. And we need to setup access to report center from external network. So, we setup environment for it: * 95.x.x.x – external network * 192.x.x.x – internal network Now user administrator service, license service are accesseble for external and…
-
Compare datasource(expected data) with actual data in the database
Hi Parasofters, I have a problem. I am putting data in a database(SQL developer) via a process which loads some XMLs in the database. I have the expected data in a datasource in parasoft soatest. I want to compare the actual data in de database with the expected data in the datasource within parasoft soatest. How can I do…
-
Unable to iterate values from CSV datasource
I am using parasoft virtualize to create virtual api But for paramertized data , unable to iterate from CSV data source. It returns first row everytime.
-
generating BDF files.
I have an ubuntu1804 system, I am using docker for Parasoft integration with Jenkins. The Parasoft version I use is "parasoft_cpptest_standard-2020.1.0-linux.x86_64.tar.gz" and I have a flutter project and I build a project with Makefile's make commands. I have a DTP server connected and when I try to run cpptestcli…
-
Functional testing in Parasoft
Hello Everyone, I would like to test in Parasoft the whole functionality - not the single file but e.g. 2 or 3 files working together as a black box (these files exchange data using some internal c interfaces). Of course I will provide some inputs using stubs and check the outputs on the other side but I don't want to test…
-
Need to add SSL certificate
Hi Team, I want to execute a job in CTP. The uploaded test suite should have keystore so as to add ssl certificate which I am able to add in desktop SOAtest software but while uploading in CTP not able to see the keystore . Kindly suggest what needs to be done.
-
workspace_loc variable not resolved when running tst in Load Test
I have configured and verified the load test with no issues, and ran it locally without problem, however, when running through loadtest, I receive the following error: java.text.ParseException: Variable "workspace_loc" could not be resolved at…
-
Pass Parameters From SOATest to Selenic Test
I am running a test that calls a Selenic tested created from a Parasoft Recorder. I would like to pass few parameters to this test like the runtime environment (development, test, etc) and a customer id. When the test finishes I would like to determine the status and any errors that occurred. I thought I had seen some…
-
Access/Run Selenic Tests From SOATest
I have a number of tests created use the Parasoft Recorder and would like to use SOATest to setup and tear down these tests. What I would like to do is create test records via the DB Tool in SOATest, run the Selenic test(s) passing in some parameters (environment, test data key values, etc), check the results of the…
-
Is there any way I can set a relative path for the SFTP client key store file?
I can run my test locally, but If I would share the script, or run it in Jenkins, then the Keystore file location would be invalid or they would have to update with their path.
-
translate nested variables in reference test not working
Currently I set a chain of variables in a single testsuite variable and that works great, however, when I use the above test suite as a reference test suite, the variables within the single variable are not translated. Is there a way to force this, or is this not allowed with reference test suites?
-
returnStatus example for creating a responder using the REST API
I have a process that creates message responders using the REST API. To date, I have always used the default values for the returnStatus portion of the request. All of my users have only needed an HTTP 200 response. Now I have a new request to allow custom return status codes, e.g. 201 Created, or 401 Unauthorized, etc.…
-
Record on both connections
I'm interested in recording a traffic file that contains responses from both the primary and secondary connections in my message proxy Connection. My approach is to send back a fake bad HTTP response code with the primary response in order to invoke the secondary connection so I can capture that response. I have my virtual…
-
Parasoft Clion Support
Hi, May I plug Parasoft with Clion IDE. Is it possible?
-
Help with error: IPro: could not get list of included headers
Hi, We have a project that we want to analyze. We used the cpptesttrace tool to create the bdf file, but when running the cpptestcli tool using that bdf file - we got this error: ' IPro: could not get list of included headers'. The compiler is ceva and it's been recognized as 'gcc_5-64' (using the detect-compiler). The bdf…
-
Best Way to Learn C++
Hello All, I am looking to best c++ course and I am confused to choose the right one as a beginner point of view.
-
fatal error C1083: Cannot open include file: 'vector': No such file or directory
Hi: I am using parasoft cpptest standard to do static analysis for my visual studio project, when I run it in command line, it should it can't find the system headers like stdio.h, vector etc. I already put the vc include path into system path, but it seems not working, any ideas? thanks. "C:\Program Files…
-
Microsoft SQl Server Analysis Services and OLAP cubes
Is SOAtest able to connect to this and can it be used to do verifications on cubes? thx
-
"host" Request Header Missing
Based on some testing I have been doing, it looks like the "host" request header is visible at the message proxy but that it is not passed to the virtual asset in the primary connection request. Am I missing something? Are some headers stripped when the request gets forwarded to the virtual asset in the primary connection?…
-
parasoft jump start project query
Im creating test scripts using the java code through the parasoft jum start project and i was able to create a rest client with Input Mode as literal and pass the payload directly as a string but i need to pass the input payload from a File for which i dont see the option in the availble code. i have the following code to…
-
Compatibility of SOAtest/Virtualize coexistence for 2020.1 and 2020.2
2020.2 was installed before learning about the requirement for a new product password. I understand that the workspace has changed. Except for those services or functions that are deprecated, can I continue to use the 2020.1 version in the same workspace until Parasoft provides the requisite password update? Otherwise, I…
-
MQ Message Object Output
I have configured the IBM websphere mq in my virtual asset. My Input is BytesMessage, but Object Message Responder does not exist for virtualization incoming request. Which Message Responder should I choose? I need convert input to Map<String, String>, then convert to BytesMessage after edit.What can I do for it?
-
How to set Virtualize settings
Hi I want to change queue's ccsid. How can I set parasoft.mq.environment.ccsid?
-
Loop thru data using json data bank using xpath- soatest Version: 9.10.8.20191027
This is what I have for my json data bank for $index in (1 to count(/root) ) return (if(exists( /root/pageContents[1]/item[$index]/id[1])) then /root/pageContents[1]/item[$index]/id[1]/text() || '-'|| /root/pageContents[1]/item[$index]/position[1]/text() else "NA") This is working fine if there is only one record in the…
-
- SOATest Automation Scale Up with Data Source
Is there an ideal limit to the data rows that can be used in a single run before it gets a performance issue? The JSON script contains 8 test case pairs that compare the responses to make sure it is identical. The task is to compare 10K+ records in total
-
Static Analysis with Bazel
Hi, I have a project using bazel for the build system. Unfortunately, it looks like the trace functionality doesn't work with bazel. I've been searching around and haven't found any solutions for handling this case. Is there a suggested way to incorporate static analysis into bazel builds?
-
Response of a soap/rest test as expected result for diff control in subsequent tests
Can response of a soap/rest test can be used as expected result for diff control in subsequent tests?
-
Can an entire object from a REST API response be used in the next REST API?
How can this be done? via data bank or script or.....?
-
Update literal headers all at once
Originally posted here, but as a part to a different question so re-posting for visibility of the issue itself. Is there possibly a way to search and update the Literal HTTP Headers? I did not see such an option, but thought it would be a great addition if not. I believe the issue with the current HTTP Header option is due…
-
How to convert a test into spring boot project?
I need to integrate parasoft test suites into spring boot project. How do i do that?
-
Eclipse IDE 2020‑12 & Parasoft 9.10.8 Updatesite zip
Good morning, One of my teammates just installed the latest version of eclipse + the parasoft 9.10.8 updatesite zip and everything works as expected except for the Data Source Table. When she attempts to open an existing table it will open a blank tab. Any thoughts on how to fix this? Thank you
-
How to integrate groovy scripts in parasoft.
I have groovy scrips in my soap ui test suite . How do i integrate those scripts in parasoft?
-
Skip Special Character in Incoming Request
I have an instance where the incoming request will be a Hex string that is preceded with ">>>" and ends with "<<<" Ex: >>>1601 0200 <<< I wanted to know what is the best way for me to skip the three arrows preceding the hex string and after? I want to skip the first three arrows and just deal with the hex string in-between
-
How to know if an existing service in parasoft is a Rest Api or not?
How can we get from service if the service is rest api or not.