Unit Test Mock for Spring Boot Rest Api

688 views Asked by At

A we are using Spring Boot Rest Api for service calls. We can use Junit for unit test cases I guess. But need to know other suitable tool or framework to mock Unit Test for Spring Boot Rest Api () other than junit.

1

There are 1 answers

3
LenglBoy On
  • jUnit
  • SureAssert
  • Mockito
  • JS Test Driver (Like Selenium -> UI)
  • Selenium (UI Testing)
  • TestNG
  • jTiger