Hi All,
I have an aim to test SOAP API web-services with Cucumber and Selenium. I have gone through various posts, but want to circle back with all users here, and hear about your experience on it.
What is the best strategy to test SOAP API via Cucumber and selenium? Selenium, as far I understand, is excellent for Web Browser Automation, and since API has no browser, it does not make sense to use Selenium for API testing. But my current client, wants to use Cucumber and Selenium for testing SOAP API.
Can anyone share their experience? Currently my client uses cucumber and selenium to test REST APIs, there is a RESTASSURED library to the rescue, but I don't know if there is similar option for SOAP.