Need advice about which tool to choose?Ask the StackShare community!
Add tool
Advice on Arquillian and Selenium
Shivam Gupta
we are having one web application developed in Reacts.js. in the application, we have only 4 to 5 pages that we need to test. I am having experience in selenium with java. Please suggets which tool I should use. and why ............................ ............................ .............................
Replies (1)
Prashanth Marappa
Senior Software Engineer at Mphasis · | 1 upvotes · 183.9K views
with the help of selenium we can automate react js for functional testing
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn MorePros of Arquillian
Pros of Selenium
Pros of Arquillian
Be the first to leave a pro
Pros of Selenium
- Automates browsers173
- Testing154
- Essential tool for running test automation101
- Remote Control24
- Record-Playback24
- Data crawling8
- Supports end to end testing7
- Functional testing6
- Easy set up6
- The Most flexible monitoring system4
- End to End Testing3
- Easy to integrate with build tools3
- Comparing the performance selenium is faster than jasm2
- Record and playback2
- Compatible with Python2
- Easy to scale2
- Integration Tests2
- Integrated into Selenium-Jupiter framework0
Sign up to add or upvote prosMake informed product decisions
Cons of Arquillian
Cons of Selenium
Cons of Arquillian
Be the first to leave a con
Cons of Selenium
- Flaky tests8
- Slow as needs to make browser (even with no gui)4
- Update browser drivers1
Sign up to add or upvote consMake informed product decisions
- 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 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.
Need advice about which tool to choose?Ask the StackShare community!
Jobs that mention Arquillian and Selenium as a desired skillset
What companies use Arquillian?
What companies use Selenium?
What companies use Arquillian?
What companies use Selenium?
See which teams inside your own company are using Arquillian or Selenium.
Sign up for StackShare EnterpriseLearn MoreSign up to get full access to all the companiesMake informed product decisions
What tools integrate with Arquillian?
What tools integrate with Selenium?
What tools integrate with Arquillian?
What tools integrate with Selenium?
Sign up to get full access to all the tool integrationsMake informed product decisions
Blog Posts
What are some alternatives to Arquillian and Selenium?
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.
Testcontainers
It is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.