-
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.
-
Read .tst file using java.
Team, I have .tst files, I want to read content of tst files in XML format.
-
Connecting to the API Using the Java Client through Eclipse
Is it possible to use the Java Client for creating SoaTest tst files and api tests from Eclipse ? If so please share steps to do the setup so that i can use java code that would be able to view and manipulate .tst files.
-
How to connect to SQL Server 2016 as Data Source in SOATest
Hi wanted to know how to connect SQL Server 2016 as Data Source for tst file in Parasoft SOATest . I see options of SQL Server , SQl Server 2005 as options
-
SSL Error: Received fatal alert: handshake_failure
Hi Team, We are getting the following error when using a client cert. Error Message: SSL Error: Received fatal alert: handshake_failure Additional Details: An SSL error has been detected. This may indicate that the client or server has an improper SSL configuration. SOATest version - 2020.1 JCE - Updated to version 8 in…
-
How to integrate perfect the virtual services in the environment
Hi, I ask myself the question, how to integrate the virtual services in a very smooth way in our dev and test environment. Is there a feature I not already discovered or is the only way to set a load balancer in between my dev/test env? ** What exactly I need? ** * Request --> Dev/test (this environment have a downtime)…
-
Using DB Tool with Microsoft SQL Server Integrated Security or Using Windows System Credentials
Hello Everyone, If you are a Microsoft shop and using SQL Server for Database, And the users are enabled with only integrated security for connecting to Databases. You must be wondering how to use the Parasoft DB tool. Follow the Steps: 1-4 on your windows machine. 1)Download and Install Microsoft JDBC Driver X.X for SQL…
-
304 Error or using parabank.parasoft.com/parabank/echo.jsp
Hi , I am getting 304 Moved Permenantly error on using parabank.parasoft.com/parabank/echo.jsp while running as a suite Any idea how to fix this? Thanks, Manu
-
Mysql DB virtualize
Hello team, I want to know what is jdbc url for mysql? I use below configuration but I face with error jdbc.driverClassName=com.parasoft.xtest.jdbc.virt.driver.JDBCProxyDriver jdbc.url=jdbc:parasoft:proxydriver:jdbc:mysql://localhost:3306/mydb jdbc.username=sa jdbc.password=123 I think below line is invalid, but I can not…
-
Ignore Special Characters - String comparison
HI, How to ignore the special characters in data match validation between API response and DB response. I have used String Comparison Assertor on JSON Assertor.
-
How to parameterize column names in SQL query template
Dear Parasoft team, I want to know can I use below SQL query template in Data Repository? I read "Criteria Expressions with the SQL Responder" but I want to use it in columns name not in where clause part because some times my columns name change. SELECT ${c1}, first_name, FROM Customer WHERE username=${username} and…
-
Save Request payload
Hello, I am new to the parasoft. As part of my API testing, I would like to post a test payload/json file and save it using an id. Later on, I'll be getting the payload using the id. Is this possible using Parasoft?
-
Spontaneous cleaning out of source test suite project
Hi, All best wishes for 2021. For quite some time we have issues with the SOAtest project (running version 9.10.8) that is contaning the source test suites. From time to time this 'library'project gets cleaned out with an irregular interval. Currently this source project contains about 100 test suites (and is still…
-
Trigger email through Groovy script
I use a groovy script in extension tool step to trigger an email from parasoft SOAtest, but when the same script is uploaded to CTP and executed it fails with below error , "no object DCH or MIME type multipart/related"
-
Tomcat server configuration is missing
Hi, I recently installed Parasoft Soatest & Virtualize on MacOS Big Sur with local license and am following the online training. I added a new Parabank and wanted to start the server but the got the message: "The Tomcat server configuration at /Servers/ParaBank Tomcat 8.5 Server-config is missing. Check the server for…
-
Scripting - Test Case Timing - Sleep to delay / wait
Hey guys I think i'm running across some transaction timing issues with my test cases which may be causing some data corruption at my service endpoint. I've been toying around with the folder level test case logic features but I can't seem to get what I want. Is there a way to put a pause in top to bottom execution per…
-
MQJE001: Completion Code '2', Reason '2009 (MQRC_CONNECTION_BROKEN) on SOATest
I am getting MQJE001: Completion Code '2', Reason '2009 (MQRC_CONNECTION_BROKEN) when triggering tests with MQ information. Any suggestion what might be the issue ? Flow - SOATEST -- > MQ -- > JMS --> Business logic
-
Issue on SOA Tool connecting to IMB MQ
Hi Team, We are trying to connect to IBM MQ from SOA tool(2020.1), while running test cases, we are getting ": Test timed out after 60000 milliseconds." we are setting configuration details as stated below. hostname channel port queuemanager connectionfactory provider url with bindings file request queue response queue and…
-
Converting SOATest to Java
Is there a way to convert the .tst files into java code?
-
URL which has multiple combination parameters
i have a URL which has multiple parameters like a,b,c, application will request with different combination URL Parameters like with a&b, b&c, a only etc .I have to sent same response for all combinations. anyone please let me know if you know solution to parameterize with combinations parameters in responder correlation..…