Skip to content

alanvalladolid/Baufest-API

Repository files navigation

Baufest WebServices Automation Project

Table of contents

About

This project are implemented using TestNG, Maven.

Project structure

  • /tests folder contains test scripts.
  • /data folder contains data for post method.

Suites

  • test classes that will be included in the test run
<test verbose="2" preserve-order="true" name="Baufest_Mobile">
    <classes>
        <class name="tests.Get"/>
        <class name="tests.Post"/>
        <class name="tests.Put"/>
    </classes>
</test>

Run tests:

To run tests:

  • Execute the testng.xml file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages