NirmalChandra
NirmalChandra
> I'm testing an endpoint that stream all data back to client, it process the response in chunks. Is it a async call ? 1. Can you please share your...
Hi @eugenenosenko , can you put here the request+response log here? You can copy it from the console or the `target/logs` folder after running the test scenario.
Please observe the above screenshot of the actual response... The actual record is the 279th record, indexed as 278(due to 0 counted as 1). You may not be able to...
Hi @anthonyfarrelloylegate , JUnit5 is on the plan, it's a different engine and needs bit of time to implement it. This won't be immediately available as noone is working on...
@dandalavinod , Thanks for raising this. Can you also paste your Zerocode test steps/scenario if possible?
Thanks @dandalavinod for the details. Understood the scenario. Yep, the fix looks good. Please go ahead with the PR. 👍 Please note: Due to the DockerHub rate limit on the...
Hello @tanvimehta , we will refine the ACs slightly and update you soon. Thanks for your interest ✌️
Given a Topic When I read from the topic Then I have a choice of reading a RAW record `and-or` JSON record + Explanation + JSON is useful for avro...
- Reading a `avro` message via Schema-Registry, user can assert both RAW and/or JSON, but JSON is more relevant here for an e2e testing. Schema info and partition info is...
Implementation, Dev and Test -Done. + TODO is + HelloWorld + Wiki page on `How To`