-
Autosar C++14 Compliance widget
Is there a way to filter the "compliance by category" widget by Autosar C++14, or maybe custom rulesets?
-
Insure++ 7.4.6 & Win10
Is this "old" version supported by Windows 10 ? Thanks in advance
-
did not find Publish Parasoft analysis results in build section jenkins
Hi Team, I have installed the Parasoft findings plugin in Jenkins to view the report format. but somehow i did not find the "publish Parasoft analysis results" in Configure> Post-build Actions> Add post-build action section. can you please help me with this. second question: What is the correct format of the relative XML…
-
Can we send choice parms from Jenkins into SOAtest Rest Request
I am updating Jira with a rest api - I would like for parms to be sent into the JSON of a put / post from Jenkins when running the build - is that possible ?
-
Web Scenario UI Test with Blazor
I have a .Net Core Blazor (server side) application that I am trying to create UI tests for using the Web Record web scenario test suite. Blazor utilizes siginalR to make the application work and to update the http of the page. When I run the tests through SoaTest signalR immediately loses connection making the application…
-
com.parasoft.stub.ResponseObject@5ecba2b0
We have created virtual assets where we have capture xml action in data bank and forwarded it to endpoint based on action. When someone else is trying to use our virtual asset endpoint for testing , response that is captured in payload is com.parasoft.stub.ResponseObject@5ecba2b0 not sure what does this means
-
SOATest Writable Datasource : Comparing more than 2 columns from different Writable Datasources
I have 2 XML responses where i need to compare both the responses. Responses will have list of array elements hence i had to extract the elements and saved to the writable data source. Now i have 10 columns for each data source (there are 2 writable DS) . I have written a java script to compare 2 columns one from…
-
gitlab C/C++ static code analysis integration
I saw that gitlab integration is supported, but I cant find any documentation about it. Could you provide me information how it is done? I would really like to use this tool, because it has a full support of CERT C rules.
-
API test job execution is not working
Hi Team, I created a test job in CTP and when trying to execute, it shows waiting status and did not execute. Can you please help me with this. Please let me know if any more details needed. Attached screenshot. Thanks Nihar Ranjan Arisal
-
Authentication Overhaul - Convert All Existing Tests
My organization is overhauling how customer sign in is performed. * Currently a customer authenticates, then initiates a session which generates unique cookies that follow the customer as they navigate the website. * * In the near future we will have two NEW endpoints to sign in, which will generate a token which will be…
-
Obtain the REST URL to execute a Job from Test Scenarios
The API Testing Module in CTP allows users to execute automated tests as a Job. From the Docs: Automated provisioning during testing: You can configure a test job that you want to execute one or more times, then associate an environment context with that test scenario so that the appropriate environment is always…
-
How to execute a test job continuously from outside or automate it
Hi Team, I have a situation where I need to execute a test continuously for a long time. for this, I have already created a test job and execute it by using rest API (/v2/jobs/{jobid}/histories). But here I need to run it manually every time. I need a way where i can execute this rest API from the scheduler or by…
-
Handling IN OUT parameters in DB Tool Stored Procedure calls
I have a Oracle DB Stored Procedure with the following signature SCHEMA.PACKAGE.PROCEDURE(IN VARCHAR, IN VARCHAR, IN VARCHAR, IN OUT VARCHAR, OUT VARCHAR, OUT VARCHAR, OUT VARCHAR, OUT VARCHAR, OUT INTEGER, OUT VARCHAR). As you can see, there is one parameter that is both an input AND output parameter. I have tried…
-
How to call Custom JAR method with arguments
I am using JAR inside the JSON Message Responder "Response" tab to return the response. One of the method in the JAR expects the method arguments. 1. How can I send the arguments to method inside the JAR, from the JSON Message Responder? 2. In local machine, I can set the Custom JAR file path in the System Properties. In…
-
Announcing Parasoft Selenic 2020.2
The latest version of Parasoft Selenic was released today. It adds additional support for enterprise application software (e.g. Salesforce and Guidewire) as well as making it easier than ever to create pure Java Selenium tests in your favorite frameworks. Enterprise Application Support (EAS): Salesforce, Guidewire, etc. *…
-
Troubleshooting Failures in Load Test
Is there a way to see reasons for failures in load tests? We have a load test scenario that works local on a users machine, but when its uploaded to our load test server all calls fail. We are trying to understand if its a connection issue or some other issue. The reports do not have detail as to what the failures are and…
-
Custom XPath for Data Source Correlation
Is there any way to set up custom correlation for the data source? Specifically, what I was interested in doing is checking to see if value in the "Data Source Column Name" field "contained" the value extracted from the request object. Something like: request: Cars data source column name value: Trucks|Cars|Bikes|Skates…
-
How do I convert XML data into an excel.
I want to fetch data from XML and put it into an excel. My XML data is like: ABC 123 I want to convert these data in Excel in table format
-
increase font size test case explorer
Hi I'm fairly new to SOAtest. I needed to increase the font size in the app for many things. I've managed to find the settings for many of the items except 1. I can't find where the setting is to increase the font size in the Test Case Explorer. I'm using Parasoft SOAtest & Virtualize version 2020.1 on a Mac. Any help is…
-
How to install C++ Test Professional on multiple IDEs
We have C/C++ Professional. It is currently installed on TI Code Composer Studio IDE. I would also like to have it installed on NXP S32 Design Studio. How can this be done?
-
2 response for same request one web service and one MQ in same responder
Hi wanted to check can we have one responder giving 2 responses webservice call synch response from webservices and aysch MQ response for same request in Virtualize.
-
Asynchronous responder
how to create Asynchronous xml message responder in Parasoft Virtualize
-
Need to send Multiple responses for a single request at certain interval of time
The request would be triggered only once and not again and again. When a request is triggered it would send 3 responses at certain interval of time,I am unable to configure the same. Please help.
-
how to send different response wrt request for same service
Hi, I have a situation where i need to send different response for different request body but the service is same. for example: below service triggered on search page, after clicking add to cart, on product details page. https://imservices-qa1-usch01.corporate.ingrammicro.com:9043/ESProductSearchCA_v4_0 authentication…
-
Setup error
hi, I am using c++ test 10.4.2 in VxWorks 7. in my project I am using atomic operations (using the #include <"atomic">, if I remove the atomic there is no issue) the project compiles in the VxWorks but once running the c++ test on the project I am receiving the following setup error:
-
Details of an error in script execution
When I have an error in one of my extension tool scripts I see the following on the Details tab of the Event Details perspective: Test Name: 1. /some/test/name Source: name of the extension tool Message: Error during script execution. View Details for more information. java.lang.NullPointerException Are there more details…
-
Virtualize Extension Tool: Can I log to the console?
What is the syntax (Groovy) for an extension tool to write information to the console or some other visible output in Virtualize? Thanks
-
Validate the element name in JSON
I have a scenario to validate that the response JSON has retrieved only the required elements based on the request API. I don't need to validate the values of the elements. Elements : Certificate Expiration date License Name Org
-
Dealing With Large Payloads in SOAtest and Virtualize
Hello, See the attached best practices document for dealing with unusually large payloads in SOAtest or Virtualize. When your message payloads start exceeding 10MB, consider these best practices to improve your experience working with SOAtest or Virtualize.
-
Virtual Asset issue The schema of messages includes recursive type definition resulting in a cycle
Hi, While trying to create virtual asset from recording file, I am getting the following error: This happens because the response has some child element same as parent element. For example: { "items": [ { "id": "123", "items": [] } ]} Due to this, I am getting truncated response which does not match the actual recorded…
-
VS2017 help
Hi I am using VS2017 Professional and I have installed Parasoft C++ test v10.4.2 for visual studio, but after the installation the Parasoft still doesn't appear in the menu. what can be the reason for this? Thanks Sharon
-
Stored Procedure not executing in soatest - giving error message
Hello,I’m having a problem with the DB Tool, where a stored procedure is not working as expected. The same exact stored procedure is working on Toad for Oracle, and I’m able to get the query result I expect. Using the DB Tool in SOAtest, I get the following error:“Error Message:ORA-00922: missing or invalid option42000…
-
Parasoft Standalone License Server
Are we going to support Open JDK and Tomcat 9.x in the upcoming version of Parasoft Standalone License Server i,e 2020.2 ?. Because I can see in the documentation it's mentioned we do have support for the below * Java 8 * Tomcat 8.5 Link for document:-…
-
Test execution issue
Under test relationship, tests are individually runnable option is disabled. How to enable it?
-
Virtualize for performance testing of simulators
Can Parasoft Virtualize handle high volume of requests for performance testing Can Parasoft Virtualize right from long term maintenance perspective where we are thinking of hundreds of simulators for performance testing env
-
Multiple Data Sources in Scripting
Trying to use this example from the scripting PDF: from java.util import * def addDataSources(context): ds = ArrayList() ds.add("DS1") ds.add("DS2") return ds But, when I try to use one of the data sources it says that the data source does not exist. Can you post a valid method that uses one of these ? Thanks JT
-
Report Generation Parasoft GUI
I wish to store reports from Static Analysis, Test Case Execution etc. automatically in seperate locations using properties file. Is it possible to do this in Parasoft Eclipse Plugin? Does report.location parameter apply for GUI as well? Greetings, Tejashree
-
Fetching the base URL from the browser opened from Browser Playback option
Hi Team, As a part of our testing, we need to fetch an Dynamic ID which is a part of the URL. However, we reached to a point where we navigate to that URL from Browser Playback option. We need to fetch the URL from the browser Issue that we are facing: 1. REST URL Data bank : Getting a blank in all the parameters 2. Chrome…
-
Avoid blank values in excel while validating
Hi Team, How to avoid blank values in data sheet while validating or during assertion. example : Attached an excel. I need to skip the blank cells in excel while testing. Note : I cannot edit the datasheet.
-
How to send same response for multiple request.
Hi team, i have a situation where my request parameter in a req body might be different. it's like someone can send 2 parameter or more. so i need a way to send a valid response each time for every request. is there any way for this. Please let me know if you need more details. Thanks Nihar Ranjan Arisal
-
Cookies issue
When I run a POST call in SOATest, I get "connection reset" error. Same request is working in SOAPUI. **I observed that in the request header , cookies of response are getting appended. **If I restart the workspace and then check it's working fine and later I see the same issue. Why are response cookies appended in request…
-
Upload file based on relative path
I want to upload a file in my e2e tests and I did manage it by using /home/john/Documents/doc.txt but when I share my automation tests the path of the other tester is /home/george/Documents/doc.txt I tried to put as relative path ~/Documents/doc.txt but this didn't work. Any suggestions?
-
Do SOATest call API's internally? Like selenium internally call API for UI automation
Wanted to know that does SOATest internally call APIs to perform particular action SOATestUI. If yes is there is any way to automate it
-
Supported Eclipse versions
Parasoft does not ship current versions of Eclipse. The current version is 4.6.1 (2016-2017). I have an engineer that wants to update to a newer version. Is there anything for me to be concerned regarding the current and foreseeable future SOAtest releases?
-
Parasoft BUG - requestBody correlation for x-www-form-urlencoded POST requests
I came across a problem while trying to correlate or return the requestBody of a POST request x-www-form-urlencoded. Parasoft sees/returns an empty requestBody. It would work for all request types (GET/PUT/DELETE) but not for POST, is this a bug? Can confirm that it works for other requestBody types, raw/json/etc.
-
Validating Variable Length Lists In API Responses
Problem: You are data driving an API with your SOAtest test and you have data validation requirements on an array of data the API returns. This can be problematic because depending on the request parameters, which you've externalized into a data source, you will receive varying length arrays coming back in the API…
-
How to use Swagger in Parasoft soa test
Hi Team, I want to use Open API / Swagger in my soa test. When I want to automate any test case which has query parameter, how can I pass my query parameter in the query tab? I am getting the message the specified operation has no configuration path parameter. To change the path, select a different operation. How will I…
-
Support for sub environments - possible enhancement
While the environment structure is great, it would be beneficial if there was an ability to next these such that everything for a dev environment is set in a parent env, but divisions or such could be children to that parent, or viceversa. ie Dev Environment baseurl - http://dev.org urlpathA - /endpointA urlpathB -…
-
Variable'ize entire header for use in all calls
Since we typically use 2 common header formats in out calls (GET Versus POST/PUT/DELETE), I was wondering if it was possible to create a multi-line variables that could be used calls. This would help facilitate normalization between calls and allow a single place for updates and variable assignments, such as auth tokens,…
-
remove() may lead to race conditions
Hello, I'd use the function remove() in order to delete a file in my project. I tried also with unlink() but I have the same violation: Usage of functions prone to race is not allowed (SECURITY-19-2) This file removal is in the main thread, so I can suppress that rule, but it will be nicer if I will found an alternative.…