Skip to content

Automated testing of a public chatbot API using Python and Pytest to validate response codes, performance, and JSON data accuracy. Focused on ensuring API reliability and quick response times.

Notifications You must be signed in to change notification settings

priyanshu-getit/chatbot-api-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python Pytest API

Chatbot API Testing (Automation)

This mini project checks the behavior of a public chatbot-style API using Python automation tests.

What It Covers

  • Ensures the API returns a success code.
  • Verifies quick response under 2 seconds.
  • Confirms the JSON body contains expected data.

Tools Used

Python, Pytest, Requests

Run Steps

git clone https://github.com/priyanshu-getit/chatbot-api-testing.git
cd chatbot-api-testing
pip install -r requirements.txt
pytest -v

About

Automated testing of a public chatbot API using Python and Pytest to validate response codes, performance, and JSON data accuracy. Focused on ensuring API reliability and quick response times.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages