authorjapps

Results 153 comments of authorjapps

> Hi @bfarrell-ibm Is this issue is still active? I am interested in working on this issue Hello, if you identified the problem and the fix, can you raise a...

Implementation, Dev and Test -Done. + TODO is + HelloWorld + Wiki page on `How To`

@sudhindra95 , see here how `Parameterized` is used. https://zerocode-tdd-docs.pages.dev/assertions/Parameterized-Testing-From-CSV-rows#test-scenario I am afraid, it's supported at `scenario` level, not at `step` level. But double check please. But you can implement and...

@sudhindra95, still trying to get more clarity about your understanding as well as requirements. In the below payload, KafkaClient is going to put the records in sequential manner: i.e. assume...

> @authorjapps , could you please provide any updates on this? This is a very desirable feature for my org where we want to test a large number of records...

> @authorjapps I think eventually we should maintain the java 17 changes on main branch and maintain the java 8 one on a different branch. That way we will have...

> I think eventually the deprecated libraries currently used will have to be upgraded. @a1shadows , I think 1st step is to upgrade the libraries to latest and make it...

Thanks for the great work getting this PR raised. Was manually testing some aspects such as reports etc to ensure it's not breaking the existing projects. Will perform few more...

This PR pretty much updates to latest versions of the most dependencies. We should be fine for now.

Hello @nagkumar , JUnit5: - Have a look [here - JUnit5](https://github.com/authorjapps/zerocode/wiki/JUnit5-Jupiter-Parallel-Load-Extension) JUnit4: - Have a look [here - JUnit4](https://github.com/authorjapps/zerocode/wiki#load-testing-made-easy)