Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Mockito for Spring
  • Table Of Contents Toc
  • Feedback & Rating feedback
Mockito for Spring

Mockito for Spring

By : Acharya
3 (2)
close
close
Mockito for Spring

Mockito for Spring

3 (2)
By: Acharya

Overview of this book

If you are an application developer with some experience in software testing and want to learn more about testing frameworks, then this technology and book is for you. Mockito for Spring will be perfect as your next step towards becoming a competent software tester with Spring and Mockito.
Table of Contents (7 chapters)
close
close

Unit testing the web layer

We'll build a simple Spring web application with the following functionalities:

  • User registration
  • User login

We'll create the following three layers:

  • A data access layer to store and retrieve data
  • A service layer to perform business logic and data validation
  • Spring controllers to present the UIs and invoke services

In this section, we'll build the controllers and unit test them in isolation from the web server. We have to mock out the service and data access logic.

Perform the following steps to build the web application:

  1. Create a dynamic web project, SpringWeb, and copy the Spring JARs from the Spring MVC project we created in Chapter 1, Getting Familiar with the Spring Framework.
  2. Add the following lines to the web.xml file in order to configure Spring MVC. We have already covered the details in Chapter 1, Getting Familiar with the Spring Framework:
    <web-app xmlns:xsi="...">
      <display-name>SpringWeb</display-name>
      <servlet...
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Mockito for Spring
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon