Skip to content

arquillian/arquillian-hol

Repository files navigation

Java EE testing revisited with Arquillian

What is this?

Java EE testing revisited with Arquillian is a workshop.

This repository is intended for storing all the labs and other complementary materials used during the workshop.

Summary

Unit testing is one of the key techniques helping developers to deliver high quality software. But relying only on it is most of the times just an illusion of safety. Eventually we need to verify how our components are interacting or whether running in the target environment does not end up with some unexpected behaviour. Last but not least it all amounts to whether your application is providing the end user with what he or she is really expecting. Arquillian is an innovative and highly extensible testing platform for the JVM that enables developers to easily create automated integration, functional and acceptance tests for Java middleware.

Program

During this workshop you will learn how to leverage the Arquillian ecosystem for:

  • writing your tests in a clean, narrative way by applying a Behaviour Driven Development approach
  • testing your application components such as EJBs, REST web services, CDI or Spring beans using Arquillian and its extensions
  • effectively testing your persistence code using the Arquillian Persistence Extension
  • testing the entire web application from the end user perspective using WebDriver and the Page Objects pattern combined with Arquillian Drone which makes development of functional tests using Selenium/WebDriver a breeze.

But what’s more important, how to keep you focused on writing the tests and not worrying about all the burden and boilerplate around. No more custom scripts or copy-paste Maven configurations. No more full builds. Regardless of how complex it becomes, executing an Arquillian test is as simple as selecting “Run Test” in the IDE or executing the “test” goal from the build tool.

Labs

We prepared hands-on labs where you can learn Arquillian by playing around.

Each exercise will be preceded by detailed explanation of each concept so you won't be lost in action. In worst case you can always look into the provided solutions :)

About

Arquillian Universe Hands-On-Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published