Forum Discussion

fourat's avatar
16 years ago

Export a TestSuite to an executable binary ?

Hello,
Maybe its a dumb question 
in fact, i want to design a sort of BPEL process and export it to an executable binary wich i can execute from my application ... i searched every where and all i get is BPEL designers exporting to one unique callable webservice ...
My problem is that i have a proprietary system wich is not extensible and cant call webservices, it can only execute a file ... so i want to make an executable BPEL process.
When i discovered the TestSuite feature of soapui, i thought this can help me ... if only it can export the TestSuite to an executable file ... but it only export XML file ...

Any idea or even an advise on the way it should be done ?
  • Hi fourat,


    There are no stupid questions, only... (insert your favorite rant here)

    If you can design a test suite that mimics your BPEL process, then you can do the following. Create a batch/script file that runs command-line SoapUITestCaseRunner that takes your test suite by referring it by name and supplying your soapUI project file. You should be then able to execute this batch/script from your run-time environment.


    Cheers!
    /Nenad Nikolic a.k.a. Shonzilla