/Testing_Framework

Testing framework for Web UI - Java Selenium Cucumber

Primary LanguageHTML

Getting Started

Welcome to the WEB UI testing word. Here is a guideline to help you get started to write WEB UI testing code to automate web functionalities.

This type of testing is found at the top of the famous Cohn Pyramid.

image to illustration

t

We use:

Folder Structure

The workspace contains two folders by default, where:

  • scr: the folder to maintain sources.
  • test: the folder to maintain tests.

Dependencies

Gradle as a build tool and dependency manager.