Skip to content

Automated Jenkins pipeline with Java-Spring microservice. Developed with JUnit, JMeter load tests, Postman collection and Selenium Chrome Driver.

Notifications You must be signed in to change notification settings

johnnymarquez/automated-testing-junit-jmeter-postman-selenium

Repository files navigation

Testing Automated Pipeline with JUnit, JMeter, Postman and Selenium.

Automated Jenkins pipeline with Java-Spring microservice. Developed with JUnit, JMeter load tests, Postman collection and Selenium Chrome Driver.

Prerequisites:

Windows

Compile Code

  • ./mvnw.cmd clean compile -e

Jar Code

  • ./mvnw.cmd clean package -e

Run Jar

  • Local: ./mvnw.cmd spring-boot:run
  • Background: start mvnw.cmd spring-boot:run

Test Code & JMeter & Selenium Driver

  • ./mvnw.cmd verify -Pperformance

Testing Application

Linux

Compile Code

  • ./mvnw clean compile -e

Jar Code

  • ./mvnw clean package -e

Run Jar

  • Local: ./mvnw spring-boot:run
  • Background: nohup bash mvnw spring-boot:run &

Test Code & JMeter & Selenium Driver

  • ./mvnw.cmd verify -Pperformance

Testing Application

Project developed in collaboration with Grupo3-DevOpsUsach.

About

Automated Jenkins pipeline with Java-Spring microservice. Developed with JUnit, JMeter load tests, Postman collection and Selenium Chrome Driver.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published