The most recent content from our members.
Hi Team, I want to execute the testcase multiple times by iterating N times for testing API rate limiting methods can you help me how to achieve it in SOA Test
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.
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
Hello, I'm trying to use the below EM REST API to cancel CTP jobs. When I invoke it, I get a response saying that the status is 'CANCELED' (see screenshot below). However, when invoke the API, I see in my CTP that the job is stuck at 0% and the status is still 'RUNNING'. It won't actually stop executing until I hit 'Stop…
This script will enable you to create and deploy an asset dynamically. This is useful when you want to create an asset on the fly. This uses the SOAVirt API. #Server SettingsVIRT_USER=adminVIRT_PASS=adminVIRT_HOST=localhostVIRT_PORT=9080#Workspace…
Summary on what I am trying to do: During the pull request we want to find new violations by comparing target and base builds. We have list of rules IDs checked in code in yaml file. If any new violations are from those rule IDs then we plan to fail the build. that is why we need api to get the information and not in the…
How to get the REST API URL in the extension tool ?
REST API URL has fixed Length and it is not allowing after some specific length.I have test scenario which has many parameters and values in the Url making it long.But SOA test removes the extra length automatically.But I am able to test that URL using Postman.Is there anyway we can handle it.
How can Capture the traffic(Mainly Request) and no response during a test is got timed out. This is for health check of the API.we need to pass the traffic object to a extension tool.
HI, I have a GET request which works fine with Postman and fetched all 200+ records JSON response successfully. When tried the same in SOATest it shows StatusCode 200 but doesn't fetch any details and just shows following. No error displayed. { "start" : 0, "total" : 0, "rows" : [ ] }
It looks like you're new here. Sign in or register to get started.