Forum Discussion

tristaanogre's avatar
tristaanogre
Esteemed Contributor
6 years ago

Re: Launch multiple tests from cmd

Create a single Keyword test that calls the other tests that you want and then call that via command line.

9 Replies

  • egiacomi's avatar
    egiacomi
    Contributor

    This is a good idea but how can I create a KeywordTest and call the other tests from an external script ?

     

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      egiacomi wrote:

      This is a good idea but how can I create a KeywordTest and call the other tests from an external script ?

       


      I'm not sure I understand the question.  You already demonstrated you know how to call a keyword test via commandline externally. 

      • egiacomi's avatar
        egiacomi
        Contributor

        The tests i want to launch are every time different i can't create a "static KeywordTest" and than call it from an external script . Is there a way to launchmultiple tests from cmd ?