Questions tagged [arquillian-drone]

The Arquillian Drone extension for Arquillian provides a simple way how to include functional tests for your application with a web-based user interface.

The Arquillian Drone extension for Arquillian provides a simple way how to include functional tests for your application with a web-based user interface.Arquillian Drone brings the power of WebDriver into the Arquillian framework. WebDriver provides a language how to communicate with a browser, like filling the forms, navigating on the pages and validating their content.

53 questions
0
votes
1 answer

Auto authenticate HTTP authentication in web-based test

I am working with Arquillian Drone and Graphene to write web-based tests for our webapplication. The webapplication uses HTTP authentication. When I start the test (I currently use FirefoxDriver, but I guess it would be the same with every other…
0
votes
1 answer

Locating WebElements using XPATH (NoSuchElementException)

I am having problems with locating elements using xpath while trying to write automated webUI tests with Arquillian Drone + Graphene. To figure things out I tried to locate the search-button on the google homepage. Even that I am not getting done.…
Marco
  • 508
  • 2
  • 7
  • 22
0
votes
1 answer

Why JSF UI components are not displayed in Graphene WebDriver test browser instance?

I wonder why my JSF 2.2 UI input components are not rendered in my Arquillian Drone Graphene WebDriver's test browser instance. My test page is as follows:
yayayokoho3
  • 1,209
  • 2
  • 16
  • 40
0
votes
2 answers

what is good configuration of arquillian-drone-graphene functional testing?

I could not find a good configuration for JEE7 web application functional testing using arquillian-drone-graphene. Note: I can run CDI and EJB tests in Arquillian test suite; they work fine. My POM.xml is as follows:
0
votes
1 answer

Cannot use Arquillian Graphene with Arquillian Drone

I'm using Arquillian 1.1.6.Final for testing the JSF by using the Arquillian Drone 2.0.0.Alpha3. It works great. But when I'm adding the feature further by using the Arquillian Graphene 2.1.0.Alpha1, there is an exception…
0
votes
3 answers

Cannot set up Drone : NoClassDefFoundError: com/opera/core/systems/OperaDriver

I'm following this tutorial: http://arquillian.org/guides/functional_testing_using_graphene/ But I got this error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.047 sec <<< FAILURE! cn.ftc.test.BeanTest Time elapsed: 1.045 sec …
Neo
  • 2,196
  • 5
  • 32
  • 58
-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

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 2 3
4