0

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 ?

user861594
  • 5,733
  • 3
  • 29
  • 45
vipul
  • 1

1 Answers1

0

While using QAF, you can use different mocking frameworks for service virtualization. Below are few of them:

user861594
  • 5,733
  • 3
  • 29
  • 45
  • I have explore WireMock which use Junit framework, however QAF support TestNG, it seems compatibility issue with different tool. I feel mocking tool which support testng is more suitable with QAF, please suggest. – vipul Aug 10 '21 at 06:34