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.

Python api documentation

LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in SOAtest
Is there any documentation for the python libraries soaptest.api and com.parasoft.api?

Comments

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    edited June 2021
    I'm not sure what you mean by your question, but I will take a stab.
    The API (java docs) for soaptest.api and com.parasoft.api are available by going to Help -> Scripting API.

    SOAPtest supports Jython, which is python for Java. In Python, you can use any of the methods exposed by the above Scripting API.
  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    Thanks. That helps.
  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    For anyone else working off a linux deployment, you'll probably find docs in
    soaptest/2.6/docs/

    You may find it more convenient (as I did) to tarball them and look at them through your own browser instead of through SOAPtest.

    In case it helps someone else...