GithubHelp home page GithubHelp logo

diegorafs / api-testing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luvsharma19/api-testing

0.0 0.0 0.0 66 KB

API testing framework for functional testing of REST APIs.

License: MIT License

Python 100.00%

api-testing's Introduction

api-testing: API Testing framework for functional testing of REST APIs

PyPi link - https://pypi.org/project/api-testing/

Get started with writing API tests in an easy and simplified way. No boilerplate code required

  • This API testing framework created using python make it simple to write and maintain tests for REST APIs without worrying about writing extra boilerplate code.

  • You can mention the REST API server details like server address, port number and credentials in the global configuation file and then directly start writing test cases under tests folder.

  • All the reusable functions like HTTP server methods are provided under the HTTP utility class. There is a Authentication helper class also available for authentication of user and fetching authorization token from the API server.

  • Pytest fixtures are used to implement the setup and teardown methods from HTTP utility class and Authentication helper class. Before a test case runs, the Authentication helper class authenticates user and fetches the authorization token. Then, the Http utiliy class is initialized and the authorization token is set in the request headers. After the test case run is completed, the authorization token is deleted also from the API server.

  • You can start writing the test cases directly and call the HTTP utility class methods to perform the REST API operations. You can use Pytest assertions to assert on the REST API operation result.

Installation and how to run the tests

Please make sure you have python version greater than or equal to 3.7 installed on your system. You can install it from official python website: https://www.python.org/downloads/release/python-379/

  • Download or clone the code from the api-testing GitHub repository to your system

    https://github.com/luvsharma19/api-testing

  • Go to the directory location of downloaded or cloned code folder - "api-testing"

     cd api-testing
  • Run the following command to install the dependencies listed in requirements.txt

    pip install -r requirements.txt
  • Write test cases under the folder "tests". ( A example test case for creating a user is already present in the folder )

  • Run the following command to run the test cases written under the "tests" folder

    pytest .

You can go through the folder structure of the api-testing module to get familier with testing framework. Also, all the Pytest commands will work for this testing framework also.

Please feel free to provide your feedback and contribute to this project by creating a pull request. You can also reach me via email - [email protected]

api-testing's People

Contributors

luvsharma19 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.