classes
Test
combines a scenario with an agent to create a test case
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 testagent
(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