Jamie S.

  • 2 questions asked
  • 1 answer
  • 0 best answers (0%)
  • Stop a Jenkins started test with excessive errors automatically

    We have a Jenkins job which kicks off a Neoload test using the cron timer. We would like to stop a test automatically if it has excessive runtime errors. Is there a method...
    Jamie S.
    Jamie S.

    Jamie S.

    Level
    0
    32 / 100
    points
    Jamie S.
    Jamie S.

    Jamie S.

    Level
    0
    32 / 100
    points
    I think I came up with a solution. I created a variable of type counter. The scope is global and when out of values it's set to stop the test. The starting value is 0 and...