Forum Discussion
You can use groovy step to read the required variables, set the values at test case level and use it to other steps. If it is request type, then have value ${#TestCase#PROPERTY_NAME} where it is required.
Thank you for your reply!
Problem is that I am yet to master SoapUI.
I would really appriciate it if you could point me to relevant tutorials or someplace with detailed information on how to do it.
All I found are the links attached above and I can't understand where to start off.
They seem like fregmantes of information and not a full guide.
- nmrao11 years agoCommunity Hero
May be you have to add more details then.
If you want to read xml means either from previous step response or file. You can use xml slurper to read the value and set it as property at test case level. Similarly you can get the data from data base value and store it as property at test case. All you can do it in a groovy step.