First Test
Write and run your first browser-based test with Neodymium.
This tutorial will guide you through writing browser-based test automation with Neodymium from scratch.
By following these steps, you will learn how to:
To add Neodymium to your project, include the following dependency in your pom.xml:
<dependencies>
<dependency>
<groupId>com.xceptance</groupId>
<artifactId>neodymium-library</artifactId>
<version>5.2.0</version>
</dependency>
</dependencies>
Once this dependency is included, you can begin writing Neodymium tests.
Check out the First Test page to get started!
Write and run your first browser-based test with Neodymium.
Generate detailed test execution reports with Allure.
Improve code readability and maintainability with the Page Object Model.
Separate test logic from test data using multiple formats.
Reuse test code across multiple locales and websites.
Configure and run tests across multiple browsers and devices.
Overview of key configuration files and properties in Neodymium.
Integrate Google Lighthouse for accessibility and performance testing.