Forum Discussion

aadi's avatar
aadi
Visitor
9 years ago

Is it possible to trigger an excel macro from a SOAP UI Test step ?

I have some random customer data generated in an excel macro .And Im using SOAP request to fire Create customer request.

SOAP request will fetch data from excel datasource and fire the create  request.

 

Right now, Im running excel macro first and once excel data is generated I fire the SOAP request. Can this be integrated by triggering excel macro from SOAP UI itself ? What will be steps involved ?

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    Are you using SoapUI NG? I believe, you should be able to use groovy along with apache-poi library in order to be able to achieve what you might be looking for.
    So, the above can be part of pre-condition to a test case.