JBoss Arquillian
-
Enterprise Java
Test AWS cloud stack offline with Arquillian and LocalStack
When you are building your applications on AWS cloud stack (such as DynamoDB, S3, …), you need to write tests against…
Read More » -
Enterprise Java
Testing Spring Data + Spring Boot applications with Arquillian (Part 2)
In previous post, I wrote about how to test Spring Data application using Docker with Arquillian Cube. The test looked like: @RunWith(SpringRunner.class) @SpringBootTest(classes =…
Read More » -
Enterprise Java
Testing Spring Data + Spring Boot applications with Arquillian (Part 1)
Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the…
Read More » -
DevOps
3 ways of using Docker Containers for Testing in Arquillian
Arquillian Cube is an Arquillian extension that can be used to manager Docker containers from Arquillian. With this extension you can…
Read More » -
Enterprise Java
Arquillian Chameleon for the sake of simplicity
When using Arquillian, one of the things you need to do is defining under which container you want to execute all…
Read More » -
Enterprise Java
Making Web UI testing great again with Arquillian, Docker and Selenium (part 1)
Introduction to the Problem Most of the time when you need to write functional tests/end-to-end tests for web UI, you…
Read More » -
Enterprise Java
Java EE integration testing with Arquillian using Chameleon, Shrinkwrap, Drone/Graphene
Continuing from my previous post here, I think I have learnt a few new (and exciting) things about Java EE…
Read More » -
DevOps
Run Java EE Tests on Docker using Arquillian Cube
Tech Tip #61 showed how to run Java EE 7 Hands-on Lab using Docker. The Dockerfile used there can be used to create a…
Read More » -
Enterprise Java
One Jar To Rule Them All: Arquillian + Java 8
With Java 8, a lot of new language improvements have been implemented for making life of developer easier. In my…
Read More »
- 1
- 2