Skip to content

PabloGarciaFernandez/Regresion-Testing---Automated-Test-Enviroment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regresion Testing - Automated Test Enviroment

Actions Status Quality Gate Status codecov FOSSA Status

Description

Testing Augmentation technique which, starting from tests recorded with Selenium, generates sets of possible input values which, applied to those tests, generate new test cases. It is a technique that transforms simple test cases into data-driven tests for which the test data is stored in JSON files.

Technologies used

Requirements

1º Need to install Firefox Browser in your own computer to execute the tests in local.

2º In the JSON test files use always fullXpath for the element you want to select.

How to run the tests locally

After executing the following command a detailed test report in csv format is generated.

mvn -B test

If you want to see the GeckDriver window in action you need to comment this lines in DynamicGenerator.java

options.addArguments("--no-sandbox");
options.addArguments("--disable-dev-shm-usage");
options.addArguments("--headless");

Releases

No releases published

Packages

No packages published

Languages