Skip to content

RealImage/testing-challenge-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Automation Coding Challenge

In this coding challenge, you need to write test cases and automate the same using the APIs of a Web Application called “ShareBox”.

Notes:

Prerequisites

Scenarios to Automate (API documentation: https://qubesharebox.docs.apiary.io):

  • Get the list of files in your account

  • Upload any file into your account

  • Check the uploaded files getting listed in your account

  • Delete any file from your account

  • Create another account (same as Prerequisite) and share files from one account to another account

  • Approve/Reject the shared file from the receiver account

    Note: Add a necessary validation for all the scenarios.

API Sample:

Scenario: To get a list of files in your account (use the token which you got from the prerequisite)
cURL command:
curl -X GET “https://ec2-15-206-185-35.ap-south-1.compute.amazonaws.com/sharebox/api/files?getSharedFiles=test&token=<token_generated>” -H “accept: application/json”

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published