-
Howto develop your own Botium Connector
Connectors are the bridge between the generalized Botium Core, and a specialized chatbot. -
The Botium Bot (bot-to-user) Message
Botium Bot Message is a common format for bot-to-user messages. Botium Connectors are converting the chatbot provider specific bot-to-user message to Botium Bot Message.Botium Bot Message can be asserted via Botium Asserters especially via Botium Core AssertersThe (simplified) Botium Bot Message can be inspected in Botium Box, for example in Live Chat: -
The Botium User (user-to-bot) message
Botium User Message is a common format for user-to-bot messages. It is a task of the Botium Connectors to convert the Botium User Message to a chatbot provider specific user-to-bot message, and send to the chatbot. The (simplified) Botium User Message can be inspected in Botium Box, for example in Live Chat: -
Howto deploy my own Botium Connector
So you followed one of these tutorials and now have to deploy your own Botium Connector to Botium Box or Botium Core -
Howto develop your own HTTP/JSON Botium Connector
-
Deploying a LivePerson Connector
-
Developing Custom Logic Hooks
With some Javascript development know-how, you can extend Botium with your own logic hooks. -
Customizing Test Results in Botium Box
Botium comes with a set of test result download links for getting the test result in a format suitable for further processing. The structure of these downloads can be customized to your needs. -
Using the Botium Box GraphQL API
Botium Box is exposing a GraphQL API. It can be used by developers to programmatically do everything you can do with the Botium Box web client: -
Developing Custom Asserters
With some Javascript development know-how, you can extend Botium with your own asserter logic. -
Botium Extension Points for Developers
Comments
0 comments
Please sign in to leave a comment.