Skip to content

alanvalladolid/Baufest-Web

Repository files navigation

Baufest Web Automation project

Table of contents

About

This project are implemented using the TestNG, Maven. Test results are formed by Extent Reports.

Project structure

  • /tests folder contains test scripts.
  • /pages folder contains locators of screen elements and methods that use them for actions and asserts.
  • /utilitites folder contains BasePage, BaseTest, RetryTest and DataTest.
  • /reportsfolder contains result report and screenshots.

Properties

src/test/java/utilities/DataTest.properties contains test data.

Suites

Suites files are placed in testng.xml folder. Contains parameters that define:

  • test classes that will be included in the test run
<test verbose="2" preserve-order="true" name="Baufest_Web">
    <classes>
        <class name="tests.SignUpUser"/>
        <class name="tests.LogInLogOutUser"/>
        <class name="tests.AddProductToCart"/>
    </classes>
</test>

Run tests:

To run tests execute the testng.xml

Reports:

Test reports are formed by Extent Reports.

/reports/ folder contains test results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published