Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 543 Bytes

File metadata and controls

17 lines (14 loc) · 543 Bytes

#Rest_Assured_Api_Testing_https://api.weatherbit.io

#Tools Use:

  1. IntelIJ IDE
  2. Maven
  3. JDK 1.8
  4. RestAssured POM Dependency

#How to Use:

  1. Open the project IntelIJ IDE.
  2. Update Maven Repository.
  3. Go to src > test> java - two folders should be visible.
  4. Go to project Structure > project > select JDK 1.8.
  5. run the file.

NB: This project gives us some current information based on the country. it gives us city weather, temperature, sunrise, states_code etc. I already implement some TestNG Assertions, based on JSon Body data.