Skip to content

matveyvolodin/api_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

REST and SOAP API testing in Postman

  1. According to the first task i tested all methods that are provided for https://petstore.swagger.io/ in Postman and created the corresponding Postamn collection for the petstore : REST

    Also i had to :

    • Write a test that checks the status code after removing the pet from the database;
    • Create multiple users using createdWithArray;
    • In the request body for creating a pet, make dynamic values that will be automatically generated upon submission.

    Solution to the second part of the first task is located in "Tests and array" folder in the same collection

  2. According to the second task, using WSDL, i created a working Postman collection for Countries : SOAP that can be used to determine: a country's currency, full country information, and country specific language information.

    Also i had to create test cases for "store" section of the https://petstore.swagger.io/

    Test cases for "store" section is stored in this repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published