Posting on behalf of my customer:
Hi,
I am implementing a plugin to report the test case status at a particular step. I used Execution Monitor.
Now I want to get the parameters name and values set for the test case ( test script ).
When we implemented IReportHandler then it was available through getResolvedParameters() function,
But same is not available through engine interface.
I tried following
engine. getTestReport().getResolvedParameters()
but it returns Empty array.
Can you please let me know how to get it.