The SOAtest GraphQL Client has a Form GraphQL view that can be constrained to the fields defined in a GraphQL Schema Definition Language (SDL) document. This simplifies building queries, where the Form GraphQL view is populated with controls to select and configure the available fields, arguments, etc. A GraphQL SDL may be…
Would it be possible to use an extension tool to update the "domain" attribute of an HTTP cookie in a test? As an example, if the cookie was set with a Domain value of "foo.bar.com" is there a way to update that to make the Domain value "foo.bar.net" ?
The Parasoft Marketplace now has a bash script for running tests on a remote SOAtest server. Visit the marketplace then look for Remote execution for SOAtest Server script for download link and details. You can invoke this script directly from a bash prompt or from another bash script. This script can also be invoked from…
Newbie please bear with me. I have a working groovy script import groovy.json.* def jsonFile = new File('C:\location\serviceresponse.json') def jsonContent = new JsonSlurper().parseText(jsonFile.text) jsonContent.someobject.each { tb -> println "${targetObejct} } My goal was to do the same thing in SOATest. In the case of…
I have a large number of tests that run in Microsoft Edge (the browser we must use here) and I need to run it in InPrivate mode because of mandated multi-factor authentication. I do have InPrivate mode working in the Selenic tests but am not sure how to implement this in SOATest. Searches for this in the Forum did not…
The 2025.2 release of Parasoft SOAtest, Virtualize, and CTP introduces powerful new AI capabilities to make service virtualization and advanced test creation faster and more approachable for QA teams. Whether you’re testing traditional systems or the next generation of AI-driven applications, this release helps you reduce…
I have some web scenario tests created and deployed to a Linux instance of SOAtest (on Tomcat). Tests fail because the browser executable path is not set. I am familiar with setting this value on the Parasoft client, however not so much on a server installation. Can you provide details or a link to the doc? Thanks, JT
Hello, Is there a way to automate UI flow test (web scenario) test? I mean for a user to use the Parasoft Recorder to record web actions, and then have the automatically executed and reporting made available via CTP/DTP? In other words, is there a way to automatically deploy test asset associated with the recording to CTP…
I have a test suite that includes 2 set-up tests, each using an Extension Tool with simple groovy scripts to obtain a JWT: Set-Up 1: Set JWT Bearer Acquirer Set-Up 2: Fetch Bearer Token This test suite is stored under Tests Assets in my workspace, and then referenced in my project in any test suite for the tests which…
My department is slowly migrating from SOATest 2021 to SOATest 2024 but still have a significant number of tests running 2024. Recently one of the projects running on our build, deployment, and test server started throwing this error after running fine for a long time: [echo]…
It looks like you're new here. Sign in or register to get started.