Skip to content

KainosSoftwareLtd/rest-assured-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APISkeleton

Steps to build the project: Import the project in IntelliJ or Eclipse. If you encounter errors related to Rest Assured:

  1. Open the pom.xml file.

  2. Right click on it and choose the maven option, from maven option will get an option of download resource and reload project. image

  3. After clicking on download resource reload the project. Once issue is resolved try to build the project, after building it would look like the following: image

Classes, Resources and Packages to focus.

image

Steps to execute the Testcases

Running all the testcase from the class: • To execute the desired class, right-click on it, and you will find the 'Run' option in the menu, as demonstrated: image

The test case commences execution as follows: image

Running individual testcase from the class:

• To run an individual test case from any class, you need to explicitly select that test case and execute it as follows: image

• Let's see what the execution will look like: image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published