Below is my Json request.
{"description":"${#TestCase#description}","assignedToName":null,"title":"${#TestCase#title}","priority":"2"}
In this description and title are user input field. I am trying to do cross site scripting and SQL Injection for these fields.
When Creating security Testing, i did not see these description and title two properties in the parameters drop down.
It seems that i need to give the Xpath for the json request to do XSS on iteration basis. I have $.description (JsonPath) and /description.. Both not working for me.
How to do that?
Thanks