Forum Discussion

SK2020's avatar
SK2020
Occasional Contributor
4 years ago
Solved

@tag in SessionCreator

Hi,   I have 2 different questions.   1.)  When I want to run multiple KeywordTests in command line with SessionCreator, "and" operator does not work. "or", "or not", "and not" are working fine. ...
  • hkim5's avatar
    4 years ago

    the "AND, NOT, OR" are boolean expressions, so I'm guessing that in your case, you dont have test cases that have BOTH the login and logout tags.

  • AlexKaras's avatar
    AlexKaras
    4 years ago

    Hi,

     

    Execution order of tests started by tag is not guaranteed. Organize tests in required order using Test Items and start execution by test item if execution order matters.

     

    To be on the safe side:

    a) Can you confirm that there is at least one test that has both @Login and @Logout tags assigned to it? Can you provide a screenshot?

    b) Can you provide a screenshot of the output provided by SessionCreator when it fails to start test by tag?