Questions tagged [jboss-arquillian]

JBoss Arquillian is a testing platform for the JVM that enables developers to create automated integration, functional and acceptance tests for Java middleware.

JBoss Arquillian is an extensible testing platform for the JVM that enables developers to create automated integration, functional and acceptance tests for Java middleware.

The Arquillian project intends to reduce the complexity of integration testing by covering several aspects of test execution, such as container lifecycle management and remote execution, and adheres to three core principles:

  • Tests should be portable to any supported container
  • Tests should be executable from both the IDE and the build tool
  • The platform should extend or integrate existing test frameworks
1007 questions
0
votes
1 answer

arquillian warp timing out instead of executing AfterPhase (or AfterServlet, BeforePhase or BeforeServlet for that matter)

I am just getting started with Arquillian Warp and seems to have hit a stumbling block. I have a basic UI Test for a registration page @WarpTest @RunWith(Arquillian.class) public class TestProfileEdit extends AbstractUsersTest…
drone.ah
  • 1,135
  • 14
  • 28
0
votes
1 answer

Arquillian, glassfish & h2database

I am currently fighing quite a few issues with the creation of a database unit test environment using Arquillian. My project already works in a Glassfish 3.1.2 environment based on Seam 3, JSF and MySQL. However, when trying to set up a test…
0
votes
1 answer

Adding all classes

I would like to migrate a legacy component test to Arquillian. The test has its classpath contructed via Ivy. After having read the documentation it is not clear to me what to do if I do not want to use Arquillian's @Deployment public static…
jabal
  • 11,987
  • 12
  • 51
  • 99
0
votes
1 answer

How to write Arquillian tests for JSF classes

I am trying to perform arquillian tests on a data model rooted in the JSF API. I am getting this error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.046 sec <<< FAILURE! initializationError(mypackage.GenericLazyModelTest) Time…
kostja
  • 60,521
  • 48
  • 179
  • 224
0
votes
1 answer

Arquillian and jboss-4.2.3.GA

i am workign on a jboss-4.2.3.GA project. Its a old project but we cant upgrade to new server. I am trying to use Arquillian for JPA.. We are using folliwng entry in pom for JPA com.jboss
Rajmahendra
  • 3,092
  • 3
  • 31
  • 42
0
votes
1 answer

Selenium Firefox issues on Win7

I'm running mvn test (using Maven 3) on the arquillian-examples arquillian drone tutorial. I get the following error on Win7 (using jdk 1.6.0.26). 14:54:46.002 INFO - Preparing Firefox profile... 14:55:06.829 ERROR - Failed to start new browser…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
0
votes
2 answers

Arquillian and CDI

I'm reading the Arquillian Reference Guide which is very well written, however in the chapter that talks about setting up dependency injection I can't find where you actually specify the beans/bindings. Most of the Arquillian CDI code examples show…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
0
votes
1 answer

How to use/deploy Logger from Log4J with remote jboss container?

I'm checking out the tutorial http://arquillian.org/guides/getting_started/. Everything runs fine. But if I try to add Logger from Log4J with a log4j.xml (placed in src/main/resources) only the embedded containers weld and glassfish runs fine with…
Michael K.
  • 1,738
  • 2
  • 17
  • 35
-1
votes
1 answer

Is anyone using Arquillian cube in production?

As in, is anyone using it to test production software? I'm trying to set up some tests with it, but I'm running into a lot of dead-ends where it would be very useful to see how someone else is using it.
Ivan Kelly
  • 204
  • 1
  • 3
-1
votes
1 answer

How to display/render XHTML source code directly after pasting?

In my current use of Arquillian, it makes a lot of sense to debug functional tests with Graphene (wrapping Selenium) with WebDriver.getPageSource in the debugger which allows to easily copy the XHTML code into the clipboard. However, I need to…
Kalle Richter
  • 8,008
  • 26
  • 77
  • 177
-1
votes
1 answer

Jacoco code coverage with Arquillian in Multi module project

Anybody using Jacoco code coverage with Arquillian? My project is a multi module maven project and currently its not showing code coverage of Arquillian tests. Is there any additional changes in Arquillian.xml other than below pom changes? Build and…
Raj
  • 115
  • 8
-1
votes
1 answer

Is Arquillian Drone + Graphene dying?

I have been using Arquillian Drone + Graphene for few months, I absolutely love it. This framework is nice to use. I do not see any updates to the git hub repo / twitter updates / people who are using it very often. So I am little bit concerned if i…
KitKarson
  • 5,211
  • 10
  • 51
  • 73
-1
votes
1 answer

different Integration test arquilian

. Pls. Help me to identify difference between arqulian testing and spock testing plugin or others . . How they are different from each other. ?
-1
votes
1 answer

NullPointerException in Unit Test with Arquillian

i'm trying to write a Unit Test for my Enterprise Application with Arquillian. At executing the test i always get a NPE: testSaveAndGet(de.topmedicare.BaselistManagerBeanTest) Time elapsed: 0.032 sec <<< FAILURE! java.lang.AssertionError:…
Jomikel
  • 41
  • 7
-1
votes
1 answer

Arquillian testing on remote server

I want to test my war file on remote server but it is not working and giving me error: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream cannot be cast to com.itextpdf.text.pdf.codec.Base64$InputStream I dont know what i am doing wrong.I…
kirti
  • 4,499
  • 4
  • 31
  • 60
1 2 3
67
68