All Projects → Xceptance → neodymium-library

Xceptance / neodymium-library

Licence: MIT license
A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
Gherkin
971 projects

Projects that are alternatives of or similar to neodymium-library

karate
Test Automation Made Simple
Stars: ✭ 6,384 (+9020%)
Mutual labels:  webdriver, bdd, test-automation
Karate
Test Automation Made Simple
Stars: ✭ 5,497 (+7752.86%)
Mutual labels:  webdriver, bdd, test-automation
Nosmoke
A cross platform UI crawler which scans view trees then generate and execute UI test cases.
Stars: ✭ 178 (+154.29%)
Mutual labels:  webdriver, test-automation
Seleniumbase
A Python framework that inspires developers to become better test automation engineers. 🧠💡
Stars: ✭ 2,520 (+3500%)
Mutual labels:  webdriver, test-automation
clearth
Test automation tool for Clearing, Settlement and Back-Office Systems
Stars: ✭ 26 (-62.86%)
Mutual labels:  test-automation, automation-test
Atata
C#/.NET test automation framework for web
Stars: ✭ 362 (+417.14%)
Mutual labels:  webdriver, test-automation
Arquillian Extension Drone
Arquillian Drone provides a simple way to write functional tests for web apps. Drone brings the power of WebDriver into the Arquillian, and the power of Arquillian to WebDriver.
Stars: ✭ 45 (-35.71%)
Mutual labels:  webdriver, test-automation
Cdp4j
cdp4j - Chrome DevTools Protocol for Java
Stars: ✭ 232 (+231.43%)
Mutual labels:  webdriver, test-automation
Gauge
Light weight cross-platform test automation
Stars: ✭ 2,622 (+3645.71%)
Mutual labels:  bdd, test-automation
carina
Carina automation framework: Web, Mobile, API, DB etc testing...
Stars: ✭ 652 (+831.43%)
Mutual labels:  test-automation, test-automation-framework
justtestlah
Dynamic test framework for web and mobile applications
Stars: ✭ 43 (-38.57%)
Mutual labels:  bdd, selenide
bdd-for-all
Flexible and easy to use library to enable your behavorial driven development (BDD) teams to easily collaborate while promoting automation, transparency and reporting.
Stars: ✭ 42 (-40%)
Mutual labels:  bdd, test-automation
atata-kendoui
A set of Atata components for Kendo UI
Stars: ✭ 17 (-75.71%)
Mutual labels:  webdriver, test-automation
Automation Arsenal
Curated list of popular Java and Kotlin frameworks, libraries and tools related to software testing, quality assurance and adjacent processes automation.
Stars: ✭ 105 (+50%)
Mutual labels:  webdriver, test-automation
page-modeller
⚙️ Browser DevTools extension for modelling web pages for automation.
Stars: ✭ 66 (-5.71%)
Mutual labels:  webdriver, test-automation
Element
💦Load test your app using real web browsers
Stars: ✭ 204 (+191.43%)
Mutual labels:  webdriver, test-automation
Cucumberjvmexamples
Cucumber JVM with Selenium Java
Stars: ✭ 98 (+40%)
Mutual labels:  bdd, test-automation
Selenium Cucumber Js
Browser automation framework written in pure JavaScript using official selenium-webdriver and cucumber-js
Stars: ✭ 108 (+54.29%)
Mutual labels:  bdd, test-automation
SHAFT ENGINE
SHAFT is an MIT licensed test automation engine. Powered by best-in-class frameworks like Selenium WebDriver, Appium & RestAssured it provides a wizard-like syntax to increase productivity, and built-in wrappers to eliminate boilerplate code and to ensure your tests are extra stable and your results are extra reliable.
Stars: ✭ 170 (+142.86%)
Mutual labels:  test-automation, test-automation-framework
spydriver
🕵️ Lightweight utility to intercept WebDriver and WebElement method calls.
Stars: ✭ 24 (-65.71%)
Mutual labels:  webdriver, automation-test

Maven Central Join the chat at https://gitter.im/neodymium-library/community

Neodymium v4.1.3

Neodymium tries to solve your typical and most pressing UI test automation problems by combining JUnit, WebDriver, BDD/Cucumber, and proper reporting. It gives you ready to use templates, assembles well-known open source projects, and enhances this all with additional functionality that is often missing.

Neodymium is basically the combination of state of the art open source test libraries with additional glue to make it stick reliably together.

Included Projects

We combine and use several open source frameworks. Here are some honorable mentions:

  • JUnit: It is the base test framework because JUnit support can be found everywhere, so it is the perfect base for easy integration and comprehensive IDE support. Right now it is on version 4, but as soon as version 5 features are high in demand, version 5 support will be added.
  • WebDriver: Of course WebDriver is the core, because it is the only way to communicate with browsers consistently without using proprietary technologies.
  • Selenide: There are plenty of UI automation libraries available that are built on top of WebDriver. Selenide is one of the most popular approaches that is compact, fluent, and solves a lot of the basic challenges, hence we included it.
  • Allure: The Allure Framework is a flexible lightweight multi-language test report tool that not only shows a very concise representation of what has been tested in a neat web report form, but allows everyone participating in the development process to extract the maximum of useful information from daily test execution.
  • BDD/Cucumber: Neodymium supports BDD. If you prefer this testing style, you can organize your tests using Cucumber. See our example projects for more information.
  • Owner: Organize and implement configurations throughout the different stages of test projects.

Quicklinks

If you already know what you want to do, you can pick one of the demo test suites or our test suite template. If you are new to Neodymium, please read on.

Introductions in other media

We have an article on DZone describing the main features of Neodymium.

We have a talk (in German) about the features and some best practices for Neodymium available on YouTube.

Additional Features

These are our additions to make test automation nicer, quicker, and less painful.

  • Multi Browser Support: Simple setup and use of different browsers including remote browsers. Annotation per test case defines what browsers are supported by this very test case. Automatic execution of the test case per browser.
  • Page and Component Concept: Our example test suites demonstrate a page and component concept for easier test design. (Structural guidance)
  • Test Data: Externalized test data for Java test cases including automatic execution per test data set.
  • Localization: Simple concept to run localized test cases in conjunction with test data management.
  • Concurrent Execution: Concurrent execution of tests with Maven.

Getting Started

We recommend starting with our template instead of writing a suite from scratch. If you need more guidance, you can also start from one of our full demo test suites.

Please hop over to the Wiki for a full tour of Neodymium and a Getting Started guide.

If you are still impatient, here is the quickest way to get Neodymium added to your project. Don't forget to update the version number if you prefer a particular version.

<dependency>
    <groupId>com.xceptance</groupId>
    <artifactId>neodymium-library</artifactId>
    <version>4.1.3</version>
</dependency>

Add the @RunWith annotation to your test class or its superclass. This enables test execution with Neodymium.

@RunWith(NeodymiumRunner.class)
public class MyTests
{
    @Test 
    public void testMethod()
    {
        // test code
    }
}

And now is the time to dive into the features we added to make the most out of it. Please head over to our Wiki.

License

Neodymium is licensed under the MIT License.

Who Are We

We are Xceptance. A software testing company with strong commerce knowledge and projects with customers from all around the world. Besides Neodymium, we have developed Xceptance Load Test (XLT), a load and performance test tool that is open source too (APL 2.0). It provides an extensive range of awesome features to make the tester's and developer's life easier.

If you are looking for test automation that also covers the performance side of life, take a look at XLT. You can write and run load tests with real browsers including access to data from the Web Performance Timing API. In case browsers are too heavy, XLT has other modes of load testing to offer as well.

We offer professional support for Neodymium and XLT as well as implementation and training services.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].