Skip to content

This automation framework combines Selenium with Java for UI testing and Rest Assured for API testing, built using the Cucumber BDD framework to promote behavior-driven development (BDD). It offers a well-structured, reusable, and scalable solution with ready-made step definitions that simplify the creation of test scenarios.

Notifications You must be signed in to change notification settings

theRohit012/selenium-restAssured-cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Set up this framework

  1. Download JAVA and set up the environments variables
  2. Download MAVEN and set up the environment variables
  3. Download GIT and setp the environment variables
  4. Clone this project using SSH using git clone git@github.com:theRohit012/CucumberSeleniumRestAPI.git
  5. Once project has been installed, navigate to project and perform mvn clean install to download the maven dependency.
  6. To Run the test cases, perform mvn test.
  7. Test cases are written as feature files in src-test-resources-featureFile
  8. Test Runner file is available at src-Java-TestRunner

About

This automation framework combines Selenium with Java for UI testing and Rest Assured for API testing, built using the Cucumber BDD framework to promote behavior-driven development (BDD). It offers a well-structured, reusable, and scalable solution with ready-made step definitions that simplify the creation of test scenarios.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published