Skip to main content

overview

the Test class represents a test case that combines a scenario with an agent. it defines what will be tested and which agent will perform the test.

constructor

parameters

  • scenario (Scenario): the scenario to test
  • agent (Agent): the agent to test with

example usage

notes

  • a test is the combination of what to test (scenario) and who will test it (agent)
  • multiple tests can be created with different scenario-agent combinations
  • tests are executed by the testrunner
  • each test will result in a separate call to your voice agent