VOOZH about

URL: https://www.javacodegeeks.com/tag/jboss-arquillian

⇱ JBoss Arquillian Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Alex SotoJune 27th, 2017
    0 131

    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👁 Image
    Alex SotoMay 15th, 2017
    1 95

    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👁 spring-interview-questions-answers
    Alex SotoApril 27th, 2017
    0 256

    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👁 Image
    Alex SotoMarch 27th, 2017
    0 188

    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👁 java-interview-questions-answers
    Alex SotoSeptember 23rd, 2016
    0 112

    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👁 Image
    Alex SotoAugust 22nd, 2016
    0 131

    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👁 Image
    Deny WuysanNovember 25th, 2015
    0 246

    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👁 Image
    Arun GuptaDecember 23rd, 2014
    0 98

    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👁 java-interview-questions-answers
    Alex SotoDecember 15th, 2014
    0 104

    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
  • »
Back to top button
Close