The most recent content from our members.
We're pleased to present the newest version of Parasoft SOAtest, Virtualize, and CTP, focused on enhancing your software quality practices with efficient and reliable test automation. This release introduces seamless integrations with OpenAI and Azure OpenAI LLM providers, enabling effortless generation of API tests from…
I want to parameterize the Variable Condition field present inside Scenario >> Execution Options >> Test Flow Logic >> Variable Condition. I want to take the value from "Environments" or "Data Sources". The traditional way of specifying "${some_variablename}" is NOT working
While performing JSON Schema Validation in the SOATest tool through "JSON Validator" feature, I am encountering the following error: com.fasterxml.jackson.databind.node.jsonNodefactory.numberNode(Ljava/math/BigInteger;)Lcom/fasterxml/jackson/databind/node/NumericNode; In the root cause analysis, I found that in the JSON…
I need to integrate parasoft test suites into spring boot project. How do i do that?
I have groovy scrips in my soap ui test suite . How do i integrate those scripts in parasoft?
How can we get from service if the service is rest api or not.
I have the SQL result (left) from DB test tool, and it's shown correctly when I check the Traffic viewer. However, if I check the writable datasource I passed the values from SQL result to, I see the values are stored incorrectly - It seems when a value does not exist for a row, its value doesn't get refreshed/reset with…
I'm testing an API passing a string value(e.g. "ABC") to a numeric field. The input value is sent from an excel file. If I run the test, the transaction does not happen, and I get error message that says something like "ABC" is not a numeric value. My test node is using Input Mode: Form JSON, but it doesn't need to be this…
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…
I am using a groovy script in which I want a to enter a parameter in the method at the runtime. For e.g. : def userId(String input) { //my method } How can I derive the input variable while I try to run the API test case
It looks like you're new here. Sign in or register to get started.