Forum Discussion
1 Reply
- rippleguptaContributor
Can some one help here please.
How can i get query after property expansion in groovy ?
Hi,
My project has below test steps ::
* JDBC
* Data Source (Data Connection)
* Data Source (JDBC)
Also i have event handler configured to run after each step "TestRunListener.afterStep" that has groovy script to access data of each above step.
Which method will give me exact query submitted to server ?
i am trying "testStepResult.getQuery()".
Let me know if anyone has tried this, thanks a lot.
Can some one help here please.
How can i get query after property expansion in groovy ?