ContributionsMost RecentMost LikesSolutionsRe: Values are not parsing in the new ReadyAPI Versions Sorry I was actually changed the property before the test step and got confused Thank you very much for the support. Values are not parsing in the new ReadyAPI Versions Hello, I Created a test step where It will generate the request body.For That I Used to run a run test-step in which there is another run teststep which updates the firstname and last name .When I was using the previous ReadyAPI 2.2.0 version.It was working fine.but for the later versions. For the first time it will not take empty test case property instead Which I generated and set up the Testcase property name.for the second run it will take the values I generated.Please let me know if there are any modifications I should do ? Request Body: def requestBody= '''{ "FirstName": "${#TestCase#FirstName}", "LastName": "${#TestCase#LastName}" }'''. Let me know If I amdoing anything wrong Re: How to assert the Json schema complaince As I have file only not the URL. Yea It worked fine for me How to generate a Json request body using the test case property. Hello I want to generate a Json Req body using the test case properties which I actually did but I am unable to pass it in a post body. SolvedHow to assert the Json schema complaince As I have file only not the URL. Hello, I want to assert the json schema present in a file but in assertions I can only can Json schema URL which I currently don't have.Please let me know if there is any way to assert for Json schema Solved