Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
17 years ago

N-Unit Integration

Hello,
I am QA person so hopefully this questions makes sense. Based on your user-guide, it seems that the it is possible to call soapUI tests from JUnit Tests.

Our development of web services is being done in C# and the developers rely on Nunit testing for some sanity passes.

My question is, it is possible to invoke soapUI scripts from NUnit Tests ?

Thanks

Ali

3 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi!

    yes, but not as "tightly" as when using Java; you should be able to spawn a system process from within C# that runs the testrunner.bat and reads the result..

    Hope this helps!

    /Ole
    eviware.com
  • alibaba82's avatar
    alibaba82
    Super Contributor
    If i add '-j' switch to testrunner.bat to produce the xml report, how can I view this report as shown in your user guide example.

    I dont really have much experience with ant/junit etc.  Is there some way I can view this report without going through ant/junit.

    Thanks

    Ali
  • omatzura's avatar
    omatzura
    Super Contributor
    Hi Ali,

    yes, you could use this report as an input to your post-processing, the report is in XML format.. have a look, you should be able to find your way around..

    regards!

    /Ole
    eviware com