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.

Is it possible to create reusable functional modules in Parasoft web test?

Options
prashantdh
prashantdh Posts: 5

Is it possible to create reusable functional modules , similar to creating functions in Java, e.g. Login module, Registration module, etc so that they can be consumed while creating test suites ?

Tagged:

Comments

  • Vinay
    Vinay Posts: 10
    Options

    Hi Prashant, yes you can create a reusable web functional test. Its very easy and common use-case. Example, create a separate .tst for your commonly used functionality (e.g. Login). Next - from your other test, let's say updating profile -- you can reference your Login test by:

    • Add a new Test Suite, and select Referenced Test (.tst) file
    • Point to your Login.tst

    Please refer to SOAtest documentation on "Reusing and Modularizing Test Suites for End-to-end Testing" at https://docs.parasoft.com/display/SOAVIRT9104/Reusing+and+Modularizing+Test+Suites+for+End-to-end+Testing