Arquillian is an open source testing platform for the JVM that enables to easily create automated integration, functional and acceptance tests for Java middleware. In this article, Alex Soto pres...
https://www.softwaretestingmagazine.com/knowledge/testing-in-arquillian-with-docker-containers/
This presentation pulls a variety of examples in testable development from the speaker book “Continuous Enterprise Development in Java” published by O’Reilly. It includes a review of the se...
https://www.softwaretestingmagazine.com/videos/testable-java-ee-development/
Learn how to perform functional testing on JSF applications with Arquillian and Selenium. In modern development environments, it’s a must to include testing of Web applications as a standard pa...
Unit tests are programmer’s best friend, but relying on them exclusively gives an illusion of overall system integrity. At some level, we need to verify how our components integrate and ensure ...
https://www.softwaretestingmagazine.com/videos/how-real-tests-lead-to-real-progress/
Arquillian is a open source platform sponsored by JBoss that simplifies the testing of Java middleware. It brings your test to the runtime, freeing you from the concern of managing the runtime fr...
https://www.softwaretestingmagazine.com/knowledge/testing-legacy-servers-with-arquillian/
The testing strategy to adopt when you you run your code inside a Java EE container is the topic discussed in this blog post by Antonio Goncalves. To solve this issue, he presents a detailed step...
This presentation addresses the missing link in Enterprise Java development: simple, easy integration testing. You will learn how the simplified component model of Java EE can be applied to testa...
https://www.softwaretestingmagazine.com/videos/testable-enterprise-development-with-arquillian/
This article explains how to use Arquillian to test a web UI of the application you are building. The mission of the Arquillian project is to provide a simple test harness that abstracts away all...
https://www.softwaretestingmagazine.com/knowledge/functional-testing-with-arquillian/