Skip to content

volodymyrprokopyuk/kotlin-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Spring Code Examples

Testing Categories

  • Logic Unit Tests. Test single object in isolation with all the object dependencies mocked up. Tools: JUnit, AssertJ, Mockito
  • Component Integration Tests. Test interactions of multiple components from different application layers. Tools: Jetty lightweight web container, H2 embedded database
  • CI: Static Code Analysis and Unit/Integration Test Coverage. Tools: Jenkins, Gradle, SonarQube, Cobertura, JaCoCo
  • System Integration Tests. Test interaction among all subsystems of the system and test communication of the system with all the external providers. Verify functional requirements of the system. Tools: Cucumber
  • System Quality Tests. Test system performance, security and availability. Verify non functional requirements of the system. Tools: JMeter
  • User Acceptance Tests. Real user interaction with the new system that gives user experience insights for the system designers

About

Kotlin Spring Code Examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages