Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Execute SOATEST from Rest API thru Eclipse

Options

I downloaded Maven startup project from localhost/soavirt/api location for Soatest V3

When I try to generate sources as mentioned in Readme.text, I'm getting error for dependencies related to V5
import com.parasoft.api.v5.*
import com.parasoft.api.v5.status.messages.StatusResponse;
import com.parasoft.api.v5.suites.tests.messages.TestSuitesRequest;
import com.parasoft.api.v5.suites.tests.messages.TestSuitesResponse;

I'm trying to trigger Soatest from Java code using testExecuteTests(String resource) but unable todo because of above error. can someone help me to resolve this?

Comments