Book Image

Arquillian Testing Guide

By : John D. Ament
Book Image

Arquillian Testing Guide

By: John D. Ament

Overview of this book

<p>Integration testing sometimes involves writing complex codes. This book introduces you to the capabilities of Arquillian to enable you to write simple code with a broad range of integration tests for java applications. <br /><br />Arquillian Testing Guide serves as an introductory book to writing simple codes for testing java applications. This book will help you to develop richer test cases which can be run automatically while performing rigorous testing of the software. <br /><br />Arquillian Testing Guide introduces you to Arquillians features and capabilities. This book will help you understand the mechanism of creating deployments and test against those deployments. The book begins with basic JUnit test cases beginning with an enterprise test case, which then go on to discuss remote testing. During the course of the book, you will also learn how to mix container and non-container tests into a single test case. By the end of the book, you will have learned how to extend JUnit tests to work with Arquillian and deploy them to a container automatically.</p>
Table of Contents (17 chapters)

Summary


We've reviewed three additional extensions now for use with Arquillian. These extensions were meant to show the diversity of what you can do with the tool and give some ideas about how they can be combined with one another, as well as with other extensions reviewed throughout the book.

In the next chapter, we'll start to look into testing web applications using Arquillian via the Warp, Drone, and Graphene extensions. We'll also dig into Spring more with support for Spring MVC. This is meant to be UI oriented, and will use Arquillian, Drone, Warp, and Selenium. You should download and install the Selenium IDE before going through that chapter. We will also build a simple web application using JSF and then test it using this suite of tools.