Forum Discussion

Mdar's avatar
Mdar
Occasional Contributor
2 years ago
Solved

Test steps get disabled when running Test Case

  Hello,   I'm having an odd issue that when I run my test cases, the back half of test steps in a given test case get "disabled" and do not run -- what might be the issue?   Sequence   ...
  • JoostDG's avatar
    2 years ago

    Hi Mdar ,

    If you are running tests that you did not create yourself, the most logical would be that there is a testcase setup script that has a "setDisabled(true)" for those specific test steps? It could also be in any of the first 4 groovy tests steps, the testcase teardown or even disabled from a project/test suite setup script.... I'd hope that there would be some logging done to the console about this disabling from whomever created those test (to avoid questions like this).