Giter VIP home page Giter VIP logo

restassured-reqres-automation's Introduction

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Reqres.in API Automated Testing

Reqres.in API automated testing using Rest Assured
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Feature Tested
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

Here is my project using Rest Assured to Automate API testing on reqres.in. I also implement gherkin languange as main feature of this test. So it's quite easy to understand what to test and how the test work.

This project is based on Reqres - A freely available REST API.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

Method 1: Trough terminal (Maven Should be Installed)

  1. Clone the repo
    git clone https://github.com/AnjarTiyo/RestAssured-Reqres-Automation.git
  2. Go to project directory
    cd RestAssured-Reqres-Automation
  3. run Maven command
    mvn clean verify

Method 2: Trough Intellij IDEA

  1. Create New Project
  2. Select from "versioning control"
  3. Paste https://github.com/AnjarTiyo/RestAssured-Reqres-Automation.git
  4. Select JDK 1.8
  5. Select maven
  6. Click OK

(back to top)

Usage

Feature: User regisration

  Scenario Outline: Successful register new User(s)
    Given I post register valid new user with email "<email>", password "<password>", note: "<note>"
    When Send request post register new user
    Then Status code should be "<status>" - "<detail>"
    And Response body "<body_resp>" should return "<response>"
    Examples:
      | email              | password | note         | status | detail      | response                                      | body_resp |
      | [email protected] | pistol   | ValidData    | 200    | OK          | token                                         | token     |
      | [email protected] |          | NoPassword   | 400    | Bad Request | Missing password                              | error     |
      | not.an.email       | pistol   | InvalidEmail | 400    | Bad Request | Note: Only defined users succeed registration | error     |
      |                    | pistol   | NoEmail      | 400    | Bad Request | Missing email                                 | error     |
      |                    |          | NoData       | 400    | Bad Request | Missing email                                 | error     |

For more examples, please refer to the Documentation

(back to top)

Feature Tested

  • Authorization
    • POST Login user
  • Registration
    • POST Register New User
  • Resources - USERS
    • GET All Users within page
    • GET Single Users with Id
    • POST Create New Users
    • PUT Update Users Attributes
    • DEL Existing Users

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Anjar Tiyo Saputro - @anjartiyo.s - [email protected]

Project Link: https://github.com/AnjarTiyo/RestAssured-Reqres-Automation

(back to top)

Acknowledgments

(back to top)

restassured-reqres-automation's People

Contributors

anjartiyo avatar

Stargazers

 avatar

Watchers

 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.