Forum Discussion
Still same in 5.3.0. Cannot create a JsonPath assertions if the test step is not run at least once.
I meet the same problem. In order to complete the task on time, I open the request in the test case , then change the "resource/Method"value(choose one can open and has JsonPath assertion), I find the Jsonpath assertion creation is available. I add the Jsonpath assertion then change the "resource/Method"value back, the last save the project.
- skyhigh8 years agoContributor
JoanLi,
I'm having the same problem where JsonPath Match is not selectable and I'm trying to follow your workaround, but unable to get it started. Can you elaborate little bit more when you said "I open the request in the test case". I'm lost because I don't know what request you're referring to. thanks.
- skyhigh8 years agoContributor
I finally got it to work now. Just like vvvvaib said. I have to run the test case at least once. However if the test case involves calling the API with parameters, make sure add the parameters and their values before running the test case otherwise the JsonPath will not selectable.