Skip to content

Chp-Dev/ProjectAutomation_Infleta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Automation Infleta

@Nahuel Rodriguez

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.
   <dependency>
        <groupId>org.seleniumhq.selenium</groupId>
        <artifactId>selenium-java</artifactId>
        <version>4.19.1</version>
   </dependency>
   <dependency>
        <groupId>org.testng</groupId>
        <artifactId>testng</artifactId>
        <version>7.8.0</version>
        <scope>test</scope>
    </dependency>

Releases

No releases published

Packages

No packages published

Languages