kt09

Results 9 comments of kt09

@authorjapps attached. We are using our custom kafka client. [output-with-change.txt](https://github.com/authorjapps/zerocode/files/5334470/output-with-change.txt)

Hi @RDBreed - thanks for the response. I am not clear about your answer tho. So is the way I am asserting is wrong? If yes, then what is the...

``` "validators": [ { "field": "$..journals[?(@.fromAccount.accountId='123456')].id", "value": "${$.send_valid_unique_identifiers.response.body.rawJournals.[0].id}" } ] AssertionErrors: Assertion jsonpath '$' with actual value '[""]' did not match the expected value '${$.send_valid_unique_identifiers.response.body.rawJournals.[0].id}' ``` @authorjapps - changed the...

@authorjapps - thanks for the response. All the above points were already addressed. I have updated it again. Given the detailed description and the log file and the follow-up update,...

@authorjapps - breaking down the test steps even more! Test Case steps: === 1. Test case 1 - Send a POST request which posts 2 records. 2. Microservice picks these...

@officiallysameer - thanks for the response. Please see below as requested. Also, since it has been tagged at "not-an-issue", I am hoping for a quick turnaround on this. Please keep...

@RDBreed - thanks for the response. The assertion is to check on the value of the ID field in the consumed JSON record. This ID is generated by RANDOM.UUID in...

@mailtoach79 - You can however write your own custom wrapper and return response as a map. There are examples on how to do that.

I have a more basic question: is zerocode framework still being maintained/developed and supported? I noticed that the website is not there anymore Sent from my iPhone > On Oct...