<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software testing arquillian tutorials and videos</title>
	<atom:link href="https://www.softwaretestingmagazine.com/tag/arquillian/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.softwaretestingmagazine.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Oct 2017 08:26:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.softwaretestingmagazine.com/wp-content/uploads/favicon.png</url>
	<title>Software testing arquillian tutorials and videos</title>
	<link>https://www.softwaretestingmagazine.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Testing in Arquillian with Docker Containers</title>
		<link>https://www.softwaretestingmagazine.com/knowledge/testing-in-arquillian-with-docker-containers/</link>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Mon, 08 May 2017 13:31:23 +0000</pubDate>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Software Testing Articles & Tutorials]]></category>
		<category><![CDATA[acceptance testing]]></category>
		<category><![CDATA[arquillian]]></category>
		<category><![CDATA[test automation]]></category>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=5536</guid>

					<description><![CDATA[<p>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 presents three options to use Arquillian Cube to manager Docker containers from Arquillian. Author: Alex Soto, http://www.lordofthejars.com/ Arquillian Cube is an Arquillian extension that can be used to manager Docker containers from Arquillian. With this extension, you can start a Docker container(s), execute Arquillian tests and after that shutdown the container(s). The first thing you need to do is add Arquillian Cube dependency. This can be done by using the Arquillian Universe approach: &#60;dependencyManagement&#62; &#60;dependencies&#62; &#60;dependency&#62; &#60;groupId&#62;org.arquillian&#60;/groupId&#62; &#60;artifactId&#62;arquillian-universe&#60;/artifactId&#62; &#60;version&#62;${version.arquillian_universe}&#60;/version&#62; &#60;scope&#62;import&#60;/scope&#62; &#60;type&#62;pom&#60;/type&#62; &#60;/dependency&#62; &#60;/dependencies&#62; &#60;/dependencyManagement&#62; &#60;dependencies&#62; &#60;dependency&#62; &#60;groupId&#62;org.arquillian.universe&#60;/groupId&#62; &#60;artifactId&#62;arquillian-junit-standalone&#60;/artifactId&#62; &#60;scope&#62;test&#60;/scope&#62; &#60;type&#62;pom&#60;/type&#62; &#60;/dependency&#62; &#60;dependency&#62; &#60;groupId&#62;junit&#60;/groupId&#62; &#60;artifactId&#62;junit&#60;/artifactId&#62; &#60;version&#62;${version.junit}&#60;/version&#62; &#60;scope&#62;test&#60;/scope&#62; &#60;/dependency&#62; &#60;dependency&#62; &#60;groupId&#62;org.arquillian.universe&#60;/groupId&#62; &#60;artifactId&#62;arquillian-cube-docker&#60;/artifactId&#62; &#60;scope&#62;test&#60;/scope&#62; &#60;type&#62;pom&#60;/type&#62; &#60;/dependency&#62; &#60;/dependencies&#62; Then you have three ways of defining the containers you want to start. The first approach is using the docker-compose format. You only need to define the docker-compose file required for your tests, and Arquillian Cube automatically reads it, start all containers, execute the tests and finally after that they stop and remove them. version: '2' services: pingpong: image: jonmorehouse/ping-pong ports: - "8080:8080" networks: app_net: ipv4_address: 172.16.238.10 ipv6_address: 2001:3984:3989::10 front: back: networks: front: driver: bridge back: driver: bridge app_net: driver: bridge driver_opts: com.docker.network.enable_ipv6: "true" ipam: driver: default config: - subnet: 172.16.238.0/24 gateway: 172.16.238.1 - subnet: 2001:3984:3989::/64 gateway: 2001:3984:3989::1 @RunWith(Arquillian.class) public class PingPongTest { @HostIp String ip; @HostPort(containerName = "pingpong", value = 8080) int port; @Test public void <a class="mh-excerpt-more" href="https://www.softwaretestingmagazine.com/knowledge/testing-in-arquillian-with-docker-containers/" title="Testing in Arquillian with Docker Containers">[...]</a></p>
The post <a href="https://www.softwaretestingmagazine.com/knowledge/testing-in-arquillian-with-docker-containers/">Testing in Arquillian with Docker Containers</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Testable Java EE Development</title>
		<link>https://www.softwaretestingmagazine.com/videos/testable-java-ee-development/</link>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Mon, 04 May 2015 14:47:55 +0000</pubDate>
				<category><![CDATA[Software Testing Videos]]></category>
		<category><![CDATA[arquillian]]></category>
		<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=3689</guid>

					<description><![CDATA[<p>This presentation pulls a variety of examples in testable development from the speaker book &#8220;Continuous Enterprise Development in Java&#8221; published by O’Reilly. It includes a review of the sections on RESTful services, UI verification, transactions and security. It also covers other areas of the Java EE platform that have historically been branded as &#8220;difficult to test&#8221;. The session spends a lot of time in the IDE, with examples that are freely available to fork and run. Video producer: Virtual JBoss User Group</p>
The post <a href="https://www.softwaretestingmagazine.com/videos/testable-java-ee-development/">Testable Java EE Development</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Testing JSF Applications with Arquillian and Selenium</title>
		<link>https://www.softwaretestingmagazine.com/videos/testing-jsf-applications-with-arquillian-and-selenium/</link>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 17:54:21 +0000</pubDate>
				<category><![CDATA[Software Testing Videos]]></category>
		<category><![CDATA[arquillian]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[selenium]]></category>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=2080</guid>

					<description><![CDATA[<p>Learn how to perform functional testing on JSF applications with Arquillian and Selenium. In modern development environments, it&#8217;s a must to include testing of Web applications as a standard part of the development lifecycle. Such tests can also be used as acceptance criteria in enterprise projects. Although full automation is possible, it is considered to be very expensive. As a result, in projects where testing is included as part of the project plan, it is also often the first requirement cut when the project schedule begins to slip.</p>
The post <a href="https://www.softwaretestingmagazine.com/videos/testing-jsf-applications-with-arquillian-and-selenium/">Testing JSF Applications with Arquillian and Selenium</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Testing Legacy Servers with Arquillian</title>
		<link>https://www.softwaretestingmagazine.com/knowledge/testing-legacy-servers-with-arquillian/</link>
					<comments>https://www.softwaretestingmagazine.com/knowledge/testing-legacy-servers-with-arquillian/#comments</comments>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Fri, 08 Jun 2012 13:21:36 +0000</pubDate>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Software Testing Blogs]]></category>
		<category><![CDATA[arquillian]]></category>
		<category><![CDATA[integration testing]]></category>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=1596</guid>

					<description><![CDATA[<p>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 from your test and letting you focused on writing your integration test logic. This blog post by Nikolas Frankel explains how to to test Java EE components on JBoss 5.1 EAP with Arquilian and TestNG. His conclusion is that Arquillian seems to be a nice in-container testing framework but seems to have to be polished around some corners. The usage of TestNG may be the culprit here.</p>
The post <a href="https://www.softwaretestingmagazine.com/knowledge/testing-legacy-servers-with-arquillian/">Testing Legacy Servers with Arquillian</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
					<wfw:commentRss>https://www.softwaretestingmagazine.com/knowledge/testing-legacy-servers-with-arquillian/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Testing a Java EE Container with Mockito and Arquillian</title>
		<link>https://www.softwaretestingmagazine.com/knowledge/testing-a-java-ee-container-with-mockito-and-arquillian/</link>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Tue, 17 Jan 2012 13:53:35 +0000</pubDate>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Software Testing Blogs]]></category>
		<category><![CDATA[arquillian]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[mocking]]></category>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=1215</guid>

					<description><![CDATA[<p>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 by step process to unit test an EJB with Mockito and how to do integration test with and without Arquillian with code samples. His conclusion is that since Java EE 6 it is now easy to use container and services in an embedded mode. Unit testing is good to test business code or code in isolation (mocking external components) but you have to remember that you should also use integration testing to test code interacting with external components or services.</p>
The post <a href="https://www.softwaretestingmagazine.com/knowledge/testing-a-java-ee-container-with-mockito-and-arquillian/">Testing a Java EE Container with Mockito and Arquillian</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Functional Testing with Arquillian</title>
		<link>https://www.softwaretestingmagazine.com/knowledge/functional-testing-with-arquillian/</link>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Wed, 21 Sep 2011 05:34:27 +0000</pubDate>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Software Testing Articles & Tutorials]]></category>
		<category><![CDATA[arquillian]]></category>
		<category><![CDATA[functional testing]]></category>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=921</guid>

					<description><![CDATA[<p>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 container lifecycle and deployment from the test logic so developers can easily produce a broad range of integration tests for their enterprise Java applications. This article exercises the following tools: Arquillian, Arquillian Drone, ShrinkWrap Maven Resolver and Selenium.</p>
The post <a href="https://www.softwaretestingmagazine.com/knowledge/functional-testing-with-arquillian/">Functional Testing with Arquillian</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
