Forum Discussion

PrakashKannan's avatar
PrakashKannan
Contributor
8 years ago

Ready API: Having script library in suite level

Hi,

 

We have a global script library in the 'Preference'. I want each test suite to use different script libraries. Do we have any option to do it?

 

Note: I tried setting preference using 'Setup Script' at suite level using following script.Still it does not work

 

SoapUI.settings.setString( SoapUIProSettings.SCRIPT_LIBRARY, projectPath + "/../../Setup/Scripts" )

2 Replies

  • I do have more than one suites which require different script libraries. When project is executed each suite should refer the corresponding script library.

    Or
    I want to run each suite separately and they should use corresponding script library instead of script library specified in global preference