apiTestAutomation icon indicating copy to clipboard operation
apiTestAutomation copied to clipboard

API Automation Testing for Fresher & Beginner

Prepare API Testing Instance or Environment

Prerequisite software

Create Java(Gradle) Project in IntelliJ IDEA for API

Related Resource

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