12 years ago
Rest testing, request payload with JSON
Hi all,
I need to add JSON format parameters to request payload to do a <b>PUT</b> request in restful service testing, not header, not query string, not form data or any other key-value pair, just add a JSON string to request payload as below.
{
"username":"test",
"password":"test"
}
Could anyone tell me how can I do it in soapui?
Thanks!
I need to add JSON format parameters to request payload to do a <b>PUT</b> request in restful service testing, not header, not query string, not form data or any other key-value pair, just add a JSON string to request payload as below.
{
"username":"test",
"password":"test"
}
Could anyone tell me how can I do it in soapui?
Thanks!