Skip to content

grandEL-dsouza/API-testing-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API-testing-sample

This a small sample code for API testing using Python.

Steps to run and execute the test:

  1. Make sure you have the pip / pip3 installed and python version 3.+ installed

  2. Clone or download this repository:

git clone: https://github.com/grandEL-dsouza/API-testing-sample.git

  1. Install the requests library using one of these commands:

pip install requests

if you have pip3 installed then use:

pip3 install requests

If you face any issues in installation use this command for installing requests:

python3 -m pip install --user requests

  1. Run the test by clicking the run button through the IDE or use the following command:

python3 solution.py

Once done the test will execute and output will be printed on the console / terminal.

About

This a small sample code for API testing using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages