Skip to content

Instantly share code, notes, and snippets.

@kpiwko
Last active August 29, 2015 14:10
Show Gist options
  • Save kpiwko/d93e6eac9bbb21d8461f to your computer and use it in GitHub Desktop.
Save kpiwko/d93e6eac9bbb21d8461f to your computer and use it in GitHub Desktop.
DevConf 2015 session

Karel Piwko is a Senior Software Engineer at Red Hat, Inc., currently leading JBoss Mobile related testing efforts. He is actively participating in improving test automation tools for both mobile front ends and mobile related back ends.

Karel is involved in Arquillian testing platform, leading a few testing extensions there. He is also improving usage of Maven and Gradle from Java code via ShrinkWrap Resolver project. He focuses on system and integration testing including complex architecture scenarios without mocking, currently being a Groovy/Gradle enthusiast. Before joining mobile testing universe, he was working on Java EE application testing.

Title: Automation of complex test scenarios via Arquillian Spacelift

Abstract

Using an application is easy. Testing it should be easy as well. However, testing scenario has external dependencies that differ on various platforms, take long time to setup and often test scenario itself does not provide enough flexibility and re-usability.

In this session, you will learn from our failures. You’ll see how Arquillian Spacelift helps you to bring tools you need for the test execution and lets you to define complex test scenarios that can be easily executed in CI and reproduced locally with zero setup required on a local machine and why we consider this approach superior to our previous attempts. You will also have a chance to see a live demo for mobile application test. And you would be able to reproduce the test on your machine!

Do not spend time with configuration any more, skip right to writing test scenarios that run from both CI and local machines out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment