Blog


Easy and fast CI with Jenkins & Ant

Maveryx tests can be run automatically in Jenkins, TeamCity, Azure DevOps, etc. In this example it is presented how to integrate Maveryx and Jenkins by using Ant.


Keywords-driven test automation.

Keyword-driven testing is a software testing methodology based on “keywords”.
A keyword consists of one or more words and is used as a reference term for the execution of a defined testing task.


This is Maveryx!

Maveryx is an interesting story. A small reality born from a group of friends that wanted to simplify testers’ lives, solving problems with which they usually had to deal in their daily lives.


Saving time by handling the Snapshot acquisition

A Snapshot is produced for every test action. Obviously the computational cost of this process depends on the dimension and the complexity of the AUT’s GUI. But producing this Snapshot is not always necessary.


A Data-Driven Example

Data-Driven Testing allows writing test cases as scripts that read their data from external sources. By this approach, one script can drive many tests just by changing the tests’ data.