I am getting error as "Unexpected end of file after null" while execution REST test case with assertions.
Steps:
1. create REST request in JSOn format.
2. Add assertions
3. Add request to tes case
4. Run test case
5. Click on test step to check request -response.
Expected Result: Resuest-Response should be displayed correctly.
Actual result: Getting error as "org.apache.xmlbeans.xmlexception:error:Unexpected end of file after null" in outline view. and <<Not JSON content> in JSON tab.
Observation: If I remove assertion, Request-Response are getting generated successfully.