Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 2.39 KB

File metadata and controls

44 lines (36 loc) · 2.39 KB

Prepare API Testing Instance or Environment

Prerequisite software

Create Java(Gradle) Project in IntelliJ IDEA for API

Related Resource

Best Demo API for Automation practice

Swagger API Demo Sites for Automation practice

Run Test Case

  • Run Test Case - Go to desired Java Class where has Test Case, Right click of mouse on Test Case >> click on Run
  • Run XML File - After create TestNG file, Right click of mouse on TestNG xml >> click on Run