java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.PerfTest

public class PerfTest extends Object

A performance test.

A performance test is composed of a sequence of steps. Each steps will move the performance test forward and may be scheduled using a tread pool

Author:
Daniel Meyer
  • Field Details

    • steps

      protected List<PerfTestStep> steps
      the individual steps that make up the performance test
  • Constructor Details

    • PerfTest

      public PerfTest()
  • Method Details