Skip to content

prithabazani/VisualfabriqAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisualfabriqAssignment

RestAssured with junit and bdd-cucumber integartion

validate API endpoint that calculates the amount of time left before next birthday of user

Prerqusite

  1. Java should be installed
  2. Any one of the IDE Eclipse or Intellij should be installed

Installation

Test Suit Refer feature file present under /VisualfabriqTest_apiAutomation/src/test/resources/VisualFabriqApiAssignment.feature

Execute Test Suit Execute TestRunner file as JUnit Test, location - /VisualfabriqTest_apiAutomation/src/test/java/runners/TestRunner.java

  • To execute all tc's present in test suit, mention 'tag=@runall'
  • To execute each tc individually, mention 'tag=@test1', based on the tc number

Execution Report Check the cucumber repot present in VisualfabriqTest_apiAutomation/target/cucumber-reports.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages