/Microservices-Testing

All about microservice testing strategy. Unit testing. Mockito library. Integration testing. Code coverage. Sonarqube. Static code analysis.

Primary LanguageJavaMIT LicenseMIT

Microservices-Testing

All about microservice testing strategy. Unit testing. Mockito library. Integration testing. Code coverage. Sonarqube. Static code analysis.

👉 Through introduction to testing microservices and complete course plan

Unit testing

👉 Complete detail of Unit testing with Junit 5 - Jupiter API

Mockito

👉 Mockito - Introcution

Writing Microservices which will be used for testing demo

👉 Writing the microservice from scratch - Covid-19 data processor

Writing Unit test for microservice

👉 Unit test of microservice

Code coverage

Below topics are covered

  • Introduction

  • Integration with spring boot microservice

  • Report analysis

👉 Coverage - Introduction and integraion with Microservice application

Sonarqube

👉 Sonarqube - static-code/code-coverage analyser

Integration Test

👉 Writing integration test for microservice

Mutation testing

  • Testing the unit tests

👉 Mutation testing - Introduction and integration with spring boot microservice