Search code examples
squish

How to make groups of test scripts


Lets say I have several test suites:


suite_first

  • tst_first_1
  • tst_first_2
  • tst_first_3

suite_second

  • tst_second_1

suite_third

  • tst_third_1
  • tst_third_2

I can execute each suite from Squish GUI by single run.

But what if I want to run collection of test scripts from different suites... For example, I need to execute tst_first_2, tst_second_1, tst_third_1 just like separate suite

Is there any possibility to create groups of specific scripts from different suites to be able to execute them via single run?


Solution

  • No, this is not possible yet.

    You can hack around this by creating a "dummy" test suite on the fly into which you "link" the desired test cases, for example via symbolic file system links.

    If the test suites have separate Global Script configurations or separate object maps it will probably be difficult or even impossible to use this approach.

    Please file a feature request with the vendor.