Is it possible to create reusable functional modules in Parasoft web test?
in SOAtest
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:
0
Comments
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:
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