Need advice about which tool to choose?Ask the StackShare community!

Arquillian

32
48
+ 1
0
Poltergeist

17
24
+ 1
0
Add tool

Poltergeist vs Arquillian: What are the differences?

Poltergeist: A PhantomJS driver for Capybara. Poltergeist is a driver for Capybara. It allows you to run your Capybara tests on a headless WebKit browser, provided by PhantomJS; Arquillian: An Innovative Testing Platform for the JVM. It is an integration and functional testing platform that can be used for Java middleware testing. With the main goal of making integration (and functional) tests as simple to write as unit tests, it brings the tests to the runtime environment, freeing developers from managing the runtime from within the test.

Poltergeist and Arquillian belong to "Testing Frameworks" category of the tech stack.

Poltergeist is an open source tool with 2.53K GitHub stars and 436 GitHub forks. Here's a link to Poltergeist's open source repository on GitHub.

Manage your open source components, licenses, and vulnerabilities
Learn More
- No public GitHub repository available -

What is Arquillian?

It is an integration and functional testing platform that can be used for Java middleware testing. With the main goal of making integration (and functional) tests as simple to write as unit tests, it brings the tests to the runtime environment, freeing developers from managing the runtime from within the test.

What is Poltergeist?

Poltergeist is a driver for Capybara. It allows you to run your Capybara tests on a headless WebKit browser, provided by PhantomJS.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Arquillian?
What companies use Poltergeist?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Arquillian?
What tools integrate with Poltergeist?

Blog Posts

What are some alternatives to Arquillian and Poltergeist?
Selenium
Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.
JUnit
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
Mockito
It is a mocking framework that tastes really good. It lets you write beautiful tests with a clean & simple API. It doesn’t give you hangover because the tests are very readable and they produce clean verification errors.
Cucumber
Cucumber is a tool that supports Behaviour-Driven Development (BDD) - a software development process that aims to enhance software quality and reduce maintenance costs.
TestNG
It is a testing framework designed to simplify a broad range of testing needs, it covers all categories of tests: unit, functional, end-to-end, integration, etc.Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.
See all alternatives