Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
Send SOAP Calls via Virtualize
Hi Everyone, I need to simulate the following scenario: Step 1: Virtualize receives a REST Request that requests for status Step 2: Virtualize needs to send 3 different SOAP Calls to a webservice hosted on it Step 3: Virtualize responds back to REST Request received on Step 1 with statuses from Step2 I am currently unsure…
Can Bitbucket source repository integrated with Parasoft ?
Hello , we are using bitbucket as a source repository to store Parasoft SOA test .tst scripts. Can Bitbucket integrated directly with Parasoft? Currently we use some commands to checkout/check-in the code to Bitbucket. Earlier , I used TFS - Team foundation server and Rational Clear Case tools, where I can directly…
How to generate Report in CTP for any Job headlessly??
Requirement: Generate Report for any job in CTP without interacting CTP portal. Is there any REST API or URL to generate the report & to send out to different emails. I am looking this in CTP using headless concept.
Testing REST (GET) service that needs Excel and Database data sources
Hi, I have a REST (GET) service that I am trying to test. This REST service needs a value that I have to obtain by running a query from my database. Example of service: https://${HOST}/RESTServices/api/test/${TEST_ID} So I would need to query to get that ${TEST_ID}. I know this can be easily done by using a database data…