Skip to content

Set of automated functional tests using Robot framework to verify web application login functionality

Notifications You must be signed in to change notification settings

jijojose1691/Automated_web_application_login_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated web application login tests

Set of automated functional tests using Robot framework to verify web application login functionality using Chrome browser

Prerequisite

  1. Install Python 2.7 and make sure that Python is added to system path: https://www.python.org/downloads/release/python-2715/

  2. Install Robotframework:

pip install robotframework
  1. Install Robotframework robotframework-selenium2library:
pip install --upgrade robotframework-selenium2library
  1. Install latest Google Chrome and Chrome driver https://www.youtube.com/watch?v=dz59GsdvUF8

Test Environment:

OS: Windows 10

Python version : 2.7

How to execute tests

  1. Clone the repository
git clone https://github.com/jijojose1691/Automated_web_application_login_tests.git
  1. Change to the home directory:
cd Automated_web_application_login_tests
  1. Execute the tests using robot command:
robot Tests/

About

Set of automated functional tests using Robot framework to verify web application login functionality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages