Skip to content

This project is a demonstration of login and register functionalities with automation using Robot Framework.

Notifications You must be signed in to change notification settings

adityadwic/Web-Automation-with-RobotFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login and Register Project

This project is a demonstration of login and register functionalities with automation using Robot Framework.

Table of Contents

Introduction

The project showcases automated tests for the login and register functionalities of a web application. It uses Robot Framework, a keyword-driven test automation framework.

Features

  • Automated login and register tests.
  • Clear and modular project structure.
  • Easy to extend and customize for specific applications.

Prerequisites

Ensure you have the following software installed:

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/login-register-project.git
    cd login-register-project
  2. Install the required dependencies:

    pip install -r requirements.txt

Running the Tests

Execute the Robot Framework tests with the following command:

robot tests/

Project Structure

/RobotFramework-Web-Automation
|-- PageObjects/
|   |-- Locators.py
|-- Resources/
|   |-- Login-Keywords.robot
|   |-- Register-Keywords.robot
|-- TestCase/
|   |-- Login.robot
|   |-- Register.robot
|-- .gitignore
|-- README.md
  • PageObjects/: Contains Robot Framework Page Objects files.
  • Resources/: Contains reusable keyword files.
  • TestCase/: Contains Robot Framework test case files.
  • .gitignore: Specifies files and directories to be ignored by Git.

About

This project is a demonstration of login and register functionalities with automation using Robot Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published