Skip to content

dmenezesgabriel/java-spring-qa-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Spring QA TDD

Project done in FIAP's Software Architecture Post Graduation course with the purpose of applying QA to software development.

  • Fluent tests with assertJ
  • Example Spring API
  • Unit tests mocked with Mockito
  • Integration tests using H2 Database

Use Maven from a specific project fom intellij terminal

https://www.jetbrains.com/help/idea/terminal-emulator.html#jqufbj_147

Install Maven

chocolatey install maven

Maven Commands

  • Unit tests:
mvn test -P unit-test

-Integration tests:

mvn test -P integration-test

-System tests:

mvn test -P system-test
  • Smoke tests:
mvn test -P system-test -Dcucumber.filter.tags=@smoke

Alure Report

  • Install:
npm install -g allure-commandline
  • Run:
npx allure serve target/allure-results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages