Hello Dojo,
May I know if there is a way to manually add/create new row in the table using client test tool?
Eg:
Thank you for the help.
Hey Min,
You can by adjusting the protocol, I assume you want to test or reproduce an issue that is happening on a setup.
We typically use a DELT package of the element, then use the following tool to adjust the protocol:
Protocol debug tools | DataMiner Docs
This adds context menu's to populate tables.
Regards,

Hi Min,
It should be possible, by using the SetDataMinerInfoMessage with What=149. Nevertheless, I would avoid doing that. Is there a specific requirement for this? Have you considered a simple automation script?
Hope this helps!
Kind regards,

Hello Flavio,
Thank you for the information.
The reason is that I want to test or reproduce an issue that is happening on a customer setup.
Hello Again :).
As i know the only way is to make the the fields through the connectors and add a button(where the function of table is through Action where u need to getParameters what you've done the IDs of them ,place them in one variable with array and in loop) in one page ,in the other tables shows the data
I hope you understand
https://docs.dataminer.services/develop/webservices/WS_v1/WS_Methods_v1/GetParameters.html
Hello Davy,
Thank you for the information.
I will try that and will update again on it.