Skip to content

alanvalladolid/Falabella-API

Repository files navigation

Falabella API Test Automation

Table of contents

About

This project is implemented using TestNG, Maven and RestAssured.

Project structure

  • APITest Class contains test scripts.
  • DataTest Class contains data generator.

Suites

  • test classes that will be included in the test run
<test verbose="2" preserve-order="true" name="APITestFalabella">
    <classes>
        <class name="APITests"/>
    </classes>
</test>

Run tests:

To run tests:

  • Execute the testng.xml file.

About

API Test Falabella

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published