Technology Stack

As discussed in the previous section we are building a framework withe help of existing ones.

  1. The technology stack that we are going to use.

    1. Java arrow-up-right- Programming language.

    2. Selenium arrow-up-right- Library to automate the browser interactions.

    3. TestNG arrow-up-right- A testing framework.

    4. ExtentReport arrow-up-right- Library to generate HTML reports.

    5. Log4j arrow-up-right- Library to create Log Files.

    6. SimpleJavaMail arrow-up-right- Library to mail test results to participants if required.

  2. Maven arrow-up-right- A Java build tool.

  3. In addition to these libraries and frameworks we need to talk about Page Object Mode (POM).

Last updated