You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--Test Name, This can be any name of your choosing-->
<testName></testName>
<!--Http method assciated with this request-->
<httpMethod></httpMethod>
<!--BaseURi of the request, excluding host and port. Path parameters if any should be placed here-->
<baseUri></baseUri>
<!--REquest body, This can be Json or xml data. XML payload should be wrapped in cdata tags-->
<payload></payload>
<!--Indicated to the test, what is the expected http response code. This value is asserted during the test.-->
<responseStatusCode></responseStatusCode>
<!--request headers-->
<!-- keys will be converted in the canonical format of the MIME header key. For example, the canonical key for "accept-encoding" is "Accept-Encoding". -->