I am able to integrate swagger yaml file with QAF and able to make changes to xml and get the tests running.
But test step @QAFTestStep(description = "validate {requestCall} response with schema")
I am verifying this for a Get request but this step gives me following error but for a POST method on a different endpoint.
Unable to load API spec from provided URL or payload:
- attribute paths.'/differentendpoint'(post).responses.400.content.examples.Example name Invalid Request Body doesn't adhere to regular expression ^[a-zA-Z0-9.-_]+$
Any help will be appreciated.
Thanks, Rohini