-1

Where do we mention the body parameters like key and value in RS Tag for API testing?

Aruna
  • 19
  • 3
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Oct 28 '21 at 12:21

1 Answers1

0

There is a param tag under rs using param tag you can pass the parameter name and values.

param is a sub-tag used with “rs” tag if the webservice request requires parameters to be passed. Attributes “name” and “value” are used to store the name and value of the parameters.

Meghana
  • 31
  • 2