top of page

Automated 100 % test coverage

  • Writer: Anand Nerurkar
    Anand Nerurkar
  • Oct 24, 2024
  • 1 min read

We need to perform test covearage as a part of quality check for your artifacts - code so that we are sure that we are covering each scenario.


Creating test cases manually is time comsuming process and it may take more time that development, hence it impact developers productivity. To solve this issue , we can make use of plugin diffBlue to generate automated test cases for your code.


Here we will take below example where we have controller,service and repository layer and will cover test coverage for the same.


Assumption- IDE have difffblue plugin installed.



select controller package , select write test, will genearate test case for controller.


once test cases are written , you can see 100 % line coverage.



 
 
 

Recent Posts

See All
API Gateway

✅ What is an API Gateway ? An API Gateway  is a centralized entry point  that sits in front of your backend services or microservices. It...

 
 
 
SOC2

SOC 2  (System and Organization Controls 2) is a widely recognized compliance framework  that evaluates how an organization manages...

 
 
 

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
  • Facebook
  • Twitter
  • LinkedIn

©2024 by AeeroTech. Proudly created with Wix.com

bottom of page