As part of the implementation of open source automatic tests, Fiven uses, among others, the Selenium and Cucumber/Gherkin tool paradigm following a process divided into phases:
- Test case manual recording via Selenium Ide
- Generation of the navigation event log
- Event log transformation in Junit class with webdriver
- Importing the .gherkin file into the project
- Steps class creation for development with Cucumber library
- Junit class import
- Selenium bot navigation check with any changes
- Visualization of test progress statistics via node->index.js