Forum Discussion
nmrao
13 years agoCommunity Hero
If the testsuite runs from soapui, it should be of no trouble running from testrunner/maven/jenkins.
Are you running multiple projects? Would it be possible to provide little more details.
Do you see any errors in the log files when you say fail?
Are you running multiple projects? Would it be possible to provide little more details.
Do you see any errors in the log files when you say fail?
call an Account API to create an account, then use a Payment API to add a credit card and money to the account, make a withdrawal, then call the Account API again to add a limit to the account, etc. These tests and testsuites work fine when run from within SOAPUI, but fail when I run the using TestRunner/Maven/Jenkins.