Forum Discussion

MrDysprosium's avatar
MrDysprosium
Contributor
7 years ago

String multiple tests together

Still learning TC, but getting better. I see that you can create many KeywordTests, but how does one call one KeywordTest from another? 

Is it wise for me to make a bunch of small tests and link them together somehow? (e.g. loginTest -> changePasswordTest -> logoutTest) or to build one big test (e.g. loginchangepwordlogoutTest).

If the answer is the former, how do I link these tests together?

2 Replies

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      You can use test items or you can build composite keyword tests out of multiple building blocks. Simply drag and drop your building blocks into a new keyword test and you should be good to go.  Really... that easy. :)

       

      And then, as Marsha_R mentioned, build out a framework or use Test Items to call your composite tests in the intended order.