This mini project checks the behavior of a public chatbot-style API using Python automation tests.
- Ensures the API returns a success code.
- Verifies quick response under 2 seconds.
- Confirms the JSON body contains expected data.
Python, Pytest, Requests
git clone https://github.com/priyanshu-getit/chatbot-api-testing.git
cd chatbot-api-testing
pip install -r requirements.txt
pytest -v