Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chp-dev/projectautomation_infleta

Infleta Automation Project
https://github.com/chp-dev/projectautomation_infleta

infleta java maven selenium testng-framework

Last synced: about 2 months ago
JSON representation

Infleta Automation Project

Awesome Lists containing this project

README

        

Project Automation Infleta

[@Nahuel Rodriguez](https://www.github.com/Chp-Dev/)

## Description

This is a test project developed in Java using Selenium librarie, TestNG. Its purpose is to calculate if it is convenient to buy in cash or in installments.

## Instructions

1. Create maven project in your favorite IDE.
2. Add dependencies in pom.xml file.

```shell

org.seleniumhq.selenium
selenium-java
4.19.1


org.testng
testng
7.8.0
test

```