Skip to content

EslamMashaly/RestAssuredProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestAssured project for testing Trello's APIs.

I used RestAssured with Java, Maven, TestNG, POJO and generated ExtentReport

I tested this E2E scenario:

  • Creating a Board
  • Updating a Board
  • Creating a list
  • Creating a Card
  • Uploading an Attachment
  • Deleting a Board

To try this test in your environment please check the following steps:


  • Firstly, make sure Trello's website is working in your environment. Trello
  • Make an account on Trello.
  • Generate your token and key from trello here and give them to RequestSpecBuilder in BaseTest. (src/test/java/base/BaseTest.java)

Thanks

About

Testing Trello's API's using RestAssured

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published