What is VIVIDUS
masterVIVIDUS is a test automation tool designed for test engineers to automate testing across various application types (UI, API, DB) using a single tool and a common language. It is built to be accessible to users without deep programming skills while providing powerful integration points for CI/CD systems.
Key features include:
- Test Actions Language: A human-readable, Gherkin-formatted language used to write executable tests. Unlike classical BDD, it is not limited to a specific domain.
- All-in-one testing: Combines multiple testing tool capabilities into a single application.
- Ready-to-use: Includes an implemented dictionary of Test Actions, embedded user documentation, and a Test Report module.
- Open Source: Distributed under the Apache License 2.0.