Skip to main content

A library for automated testing of Alice skills

Project description

botank

It is a tool for automated testing of Alice skills (and maybe other chat bots in the future).

We shoot random requests into your bot and look how it copes with them.

The tool is written in Python, but it calls the bots through a web hook, therefore the bots can be written in any language or without language at all.

Links: GitHub, PyPI.

Read this in other languages: English, Русский.

The essentials

To install the tool you need Python>=3.6 and the pip package manager (or analogs).

Installation:

pip install botank

Usage:

python -m botank http://localhost:5000/alice/ -n 100 -o results.txt

When you run it like this, botank sends to http://localhost:5000/alice/ 100 Alice-like random requests into your skill, and saves the results to the file results.txt.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

botank-0.0.5.tar.gz (9.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page