Forum Discussion

VernonCrabtree's avatar
VernonCrabtree
Occasional Contributor
7 years ago

Re: Run TestCase from Java and set Settings?

Tim,

I too am trying to call SoapUI from Java, wanting to run certain test cases with certain properties and then be able to determine what failed where (get a report).

I see that you have followed a similar path to me (based on the examples from https://support.smartbear.com/readyapi/docs/testing/integrations/junit.html) - I have a couple of questions:

 

1) Did you ever get a satisfactory answer from Smartbear?

 

2) Where to I import SoapUIPro.SoapUIProCore from?  Or has this disappeared from recent versions?

 

 

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    1. Being licensed software user, you should be able to open a ticket with SmartBear Customer team if you have problem. Please use this link for the same.
    2. Not sure if I got the question right. The link you point has the code sample along with import statements. You may have to include library from READYAPI_HOME/bin/*jar into the classpath.

     

      • VernonCrabtree's avatar
        VernonCrabtree
        Occasional Contributor

        Yes.

        The problem is that the Smartbear API documentation is out of date.

        Seems to be an ongoing issue (since 2010 or longer).

        As a developer, I know that documentation is the last job I want to do, but as a user (albeit a fairly technical user) it is the first thing I need.