Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Mastering Unit Testing Using Mockito and JUnit [Repost]

Posted By: AlenMiler
Mastering Unit Testing Using Mockito and JUnit [Repost]

Mastering Unit Testing Using Mockito and JUnit by Sujoy Acharya
English | July 15, 2014 | ISBN: 1783982500 | 310 Pages | EPUB/MOBI/PDF (True) | 71 MB
With: Code Files

It is insanity to keep doing things the same way and expect them to improve. Any program is useful only when it is functional; hence, before applying complex tools, patterns, or APIs to your production code, checking software functionality is must.

An advanced guide to mastering unit testing using Mockito and JUnit

Overview

Create meaningful and maintainable automated unit tests using advanced JUnit features and the Mockito framework
Build an automated continuous integration environment to get real-time feedback on broken code, code coverage, code quality, and integration issues
Covers best practices and presents insights on architecture and designs to create faster and reliable unit testing environments
In Detail
Automated JUnit tests help you verify your assumptions continuously, detect side effects quickly, and also help you save time.

This book will provide the skills you need to successfully build and maintain meaningful JUnit test cases. You will begin with how to use advanced JUnit 4 features, improve code coverage, automate JUnit tests, monitor code quality, write JUnit tests for the database and web tier refactor legacy code, mock external dependencies using Mockito, and write testable code using test-driven development. By sequentially working through the steps in each chapter, you will quickly master the advanced JUnit features.

What you will learn from this book

Write advanced JUnit test cases using advanced JUnit 4 features
Automate JUnit test cases using Gradle, Maven, and Ant scripting
Practice continuous integration with Jenkins and Ant, Maven, and Gradle scripting
Monitor code quality with the SonarQube dashboard
Analyze static code using PMD, Checkstyle, and FindBugs
Master code coverage with Clover, Cobertura, EclEmma, and JaCoCo
Design for testability and refactor legacy code
Practice test-driven development with Mockito
Approach

A practical and easy-to-follow, yet comprehensive, guide to learning advanced JUnit testing. Each topic is explained and placed in context, and for the more inquisitive, there are more details of the concepts used.