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 - Programming language.

    2. Selenium - Library to automate the browser interactions.

    3. TestNG - A testing framework.

    4. ExtentReport - Library to generate HTML reports.

    5. Log4j - Library to create Log Files.

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

  2. Maven - A Java build tool.

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

  4. Eclipse - IDE.

Last updated