-
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..…
-
Could you please tell me how to parameterize cookies and I can automate? not manually?
There is URL , no login; I type url in chrome , inspect and get cookies find in header. Go back to tool and go request header copy paste cookies manually. There is a get request in rest API in parasoft tool; it should be cookies (each time new one) on header when I run the test. I do manual. I go to url and get cookies and…
-
Send mail with attachment
I need to send from SoaTest, an email with an attachment in PDF format, and I am trying to do it through a Message Client with SMTP protocol. but the document does not appear as an attachment, but as the content of the email. How could I send an attachment in an email?
-
How to validate whether a value is present or not in the response without specifying the element??
We need to validate whether a particular value is present in the response or not without specifying the element as the value will changes its place dynamically.
-
Synchronizing Multiple SOAtest Servers using Jenkins and GIT
This post is associated to the following video on the Parasoft customer portal: https://customerportal.parasoft.com/lightningportal/s/videodetail?id=a3A4P0000047JbVUAU For a demo of the this infrastructure, follow the link for the video above. Intro: In this forum post I will be discussing the requirements and process for…
-
Generate Unit test
I have a question. when parasoft generate test for input argument.what is the procedure of generate values to test argument.for example consider func foo1() int foo1(int x) { if (x < 10) return 1; else if (x >10 and x < 20 ) return 2; else if ( x > 20 ) return 3; else return 0; } for test x values that may be generate is :…
-
Need help for Mongo DB query tool usage
I don't know how to configure mongo db in parasoft. I have added the mongoDb query tool as jar file. I need to fill the fields which presents in connection, Authentication and Query. I saw the pdf which presents in mongodb query tool package. But still not clear. And I have mongo db. Can u pls explain all the fields and…
-
assertion for "case sensitivity"
Hi, I have assertion for a string .. if contains Step .. it is failing when response is STEP anyway to fix case sensitivity in assertions?
-
Responder with MIME type application/pdf
Hello, I want to add new responder to my virtual asset that returns application/pdf but I don't see the MIME type application/pdf available. Not sure if I am missing something. Please let me know if anyone handled a response of type application/pdf from parasoft.
-
error: 'ABCD' undeclared (first use in this function)
Hi, During compilation of some source in insure++, I am getting this error : "error: 'ABCD' undeclared (first use in this function)" I can compile it without insure++ and I am not getting this error. Is there any special rule to declare variables in in sure++? Thanks
-
Unit test Generation method in Parasoft
hello every one.. it is my question...is unit test generation in parasoft based on decision path in function or not , only based on Input value of function? in the other word i want to know parasoft in unit testing consider the decision path and condition statements and generate test case or not only Input argument are…
-
Events HyperSQL DB Default JDBC URL and Credentials
Can you share the Events HyperSQL DB Default JDBC URL and Credentials? Thanks. JT
-
connection reset
When i run service in SOAPUI, i get success response . Same service i run in SOATEST (Using same headers/certificate) , i get **Error Message: Connection reset Additional Details: A connection error has been detected. This may occur if a test has timed out while the client was still attempting to send or receive data.**
-
[Help] Parameterize Object Names in JSON Message Responder
Hi, I am trying to parameterize the object name in a JSON message responder response as shown in the following image: If I switch to literal input mode and use the ${} Syntax, I just get the the variable name sent back in the response. (Yes, data source correlation is set up for this example and the responder can access…
-
Shortcut Keys
Is there a list somewhere that lists the shortcut keys as it relates to SOAtest? F5= Run etc
-
Warning: unable to instrument "ABC.c"
During compilation of some sources with insure++, i get this warning: Warning: unable to instrument "ABC.c" (4), compiling original source code. I have no idea about why i am getting this warning.
-
WARNING: no debugging flags detected!! Insure++ may not function properly
I am compiling some sources with isure++ and i am getting this warning: WARNING: no debugging flags detected!! Insure++ may not function properly should i add some flags before compile?
-
Dynamic Response Header in Responder Created Through REST API
Looking for a way to create a message responder that contains a dynamic response header strictly through the REST API /v6/tools/messageResponders. I would like to have a response header that echoes back the value that was sent in the request. As an example, a request comes in with a traceId in the request header. I would…
-
Data Source Correlation
Looking for details regarding data source correlation. 1 - I understand how to add the xpath needed to match up to a row in the data source. My question is: if I add more than one xpath conditions is it treated as AND or is it treated as OR with respect to the first xpath? 2 - Does Virtualize support custom xpath when…
-
secondary report generated
The current automated process is configured to provide the analysis reports in html format. Is there a solution available to generate a pdf formatted report in addition to the current html, at analysis-run-time? If NOT, what is the mechanism to access and use (off the standard package) the embedded pdf-converter so that…
-
Issue: External Script File update not being reflected in method call
We recently updated a groovy script file that is used in a number of our tsts. However, upon this update, we noticed that the Method used, when running the script call, is looking for the old Method rather than the new method in the file, and displayed in the method box. old method name was openSSHTunnel new method name is…
-
Load test for specific number of hits per call
I would like to run a load test for 200 calls on each test in the tst. I found hits per ? and # of users, but nothing to limit the call count. Is there a way to do this without guessing and adjusting the above to get close to the total cal count?
-
Announcing Parasoft C/C++test 2020.2
The latest version of the Parasoft C/C++test has been released. Our new release increases the productivity of dev teams with new capabilities and enhancements to support modern dynamic workflows. See our press release Here's a quick list: New Scoping Options to Target Modified Code on the Current Branch (Enhanced GIT…
-
post endpoint to save some data like json, txt, or xml
Hello, Is there any way I can create a POST endpoint to store some data that can be used to do a GET later on?
-
How to use 'Global HTTP Authentication' in SOAtest's command line interface (soatestcli)
How to use 'Global HTTP Authentication' in SOAtest's command line interface (soatestcli) ? I'm trying to exporting GUI Preferences to a localsettings file, but the export file didn't include the global http authentication setting. When I running my test using soatestcli, I'm encountering authentication fail due to missing…
-
Data Repository - Accessing and updating from script?
Looking for some guidance please as I am new to Parasoft. I have searched this forum for every search I could think of and googled searches as well. I have a requirement to increment a counter that will be used in a virtual service. Each time I increment I want to save to new counter value back to the data repository,…
-
Announcing the 2020.2 release of Parasoft SOAtest, Virtualize and Continuous Testing Platform
The latest release of the Parasoft enterprise functional testing products, version 2020.2 is now available! In this release, there are several enhancements aimed at making API test automation and service virtualization easier and more productive for DevOps teams. In this release we focused on 3 primary themes: * Low-Code…
-
Announcing the 2020.2 release of Parasoft SOAtest, Virtualize and Continuous Testing Platform
The latest release of the Parasoft enterprise functional testing products, version 2020.2 is now available! In this release, there are several enhancements aimed at making API test automation and service virtualization easier and more productive for DevOps teams. In this release we focused on 3 primary themes: * Low-Code…
-
Announcing the 2020.2 release of Parasoft SOAtest, Virtualize and Continuous Testing Platform
The latest release of the Parasoft enterprise functional testing products, version 2020.2 is now available! In this release, there are several enhancements aimed at making API test automation and service virtualization easier and more productive for DevOps teams. In this release we focused on 3 primary themes: * Low-Code…
-
Announcing the 2020.2 release of Parasoft SOAtest, Virtualize and Continuous Testing Platform
The latest release of the Parasoft enterprise functional testing products, version 2020.2 is now available! In this release, there are several enhancements aimed at making API test automation and service virtualization easier and more productive for DevOps teams. In this release we focused on 3 primary themes: * Low-Code…
-
How to add loop in xpath?
In my scenario , I am getting different number of elements which depends upon data I am passing in request and I want specific set of element. I have added "IF" condition for the same and I am getting expected element and now I want to iterate this "IF" condition for this set of elements.
-
How do I import modules for Extension Tool in Jython
Hello, I'm trying to import a module in Jython but I'm getting some errors. I first go to Windows > Preferences > PyDev > Interpreters > Jython Interpreters and add the jython.jar found in the installation URL: C:\Program Files\Parasoft\Test\9.10 for SOAtest &…