17 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
91
views
Virtualizing XML-based API using WireMock
I'm trying to virtualize an XML-based API using WireMock and generate a JSON response using wiremock standalone jar. The requirement is to copy a tag value from the XML request payload to the JSON ...
2
votes
1
answer
229
views
Mocking API responses
Say I’m working on a project that communicates with the API www.example.api. I’m implementing a new feature, that requests data from an API endpoint https://www.example.api/feature. This endpoint will ...
1
vote
1
answer
1k
views
Mountebank imposter ports not accessible when mountebank started using dotnet-testcontainers
I am using dotnet-testcontainers https://github.com/HofmeisterAn/dotnet-testcontainers to spin up a container with mountebank in my xUnit test.
I can successfully create a mountebank client and create ...
0
votes
2
answers
73
views
service virtualization/mocking using QAF
Does QAF support mocking/virtualization of service endpoint and request/response ?
Using QAF WSstep class we can invoke live url or we can register local endpoint ?
0
votes
1
answer
2k
views
Dynamically change the saved response in mountebank imposter without hitting target app
I am using mountebank for service virtualisation in my performance test. So, first time when I hit the mountebank service url with request parameter e.g. flightNo=513, it goes to target application ...
1
vote
1
answer
990
views
Service Virtualization - Karate
New to service virtualization but while I was researching I noticed that Karate has some support for it too. Since I'm already using it, I'm curious to see if it would fit the need. I am trying to ...
5
votes
1
answer
7k
views
in istio, how a virtualservice defined in a namespace can use a gateway defined in another namespace
If a virtualservice A is defined in namespace A using networking.istio.io, how can it use a gateway B defined in another namespace, namespace B?
Thanks
1
vote
0
answers
745
views
Can we create an mocked service of an Graphql api in java?
Hi i am new to graphql i want to create an mocked api that uses graphql api can someone tell me how can i do it in spring boot or by any other framework.
I tried searching for it i found there is ...
2
votes
0
answers
673
views
Service Virtualization/Mocking Using Karate [duplicate]
We are trying to setup service virtualization/mocking server for our system which is dependent on several other api's/services. We were looking for options to do service virtualization and i was doing ...
3
votes
1
answer
2k
views
Evaluate an expression that returns a boolean value in Wiremock - Request matching criteria
Trying to use Wiremock as a tool for virtualizing SOAP services.
The request mapping criteria looks something like below:-
Mapping Criteria:
{
"request":{
"method":"POST",
...
8
votes
2
answers
14k
views
com.github.tomakehurst.wiremock.client.VerificationException: Expected at least one request matching
I want to create a Stub for an API and want to verify API call and response returned by the server. for that i have implemented WireMock example :
import org.junit.Rule;
import org.junit.Test;
...
3
votes
2
answers
16k
views
Exception in thread "main" java.lang.NoClassDefFoundError: org/mockito/Mockito
I'm newbie with Mockito and trying to lean from Here,
All configuration I have done (Using Win-10) which mentioned in the tutorial.
Setting in Environment variable :
Mockito version :
<!-- https:...
1
vote
1
answer
85
views
CA-sv will supported in Java 8?
CA service virtualization can be configured by Java 8
As I checked with CA sv document I had seen its supports only limited Java versions.
Kindly help me to get info.
0
votes
2
answers
445
views
JMeter API Testing - Recording the Incoming Traffic
Using JMeter, the HTTP Request is hitting a URL with the port.
Eg : apitesting.com:8888/api/series/one
I have also added a HTTP Test Script Recorder in JMeter, where I can mention the port and ...
0
votes
2
answers
872
views
Service Virtualization with JMeter
I am using JMeter for API Testing. Using HTTP Request and Beanshell I am able to achieve this.
There are times where the Services are down for a weeks time.
Since I the have the Request and ...