Skip to content

jassumohit/propine_solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

propine_solution

Web application solution using Robot Framework

Requirements

-Install Python and PIP

-Install robotframework and selenium library using pip

pip install robotframework
pip install robotframework-seleniumlibrary

-Install selenium webdriver for each browser. Following are the steps :-

  1. Create C:\bin
  2. Add C:\bin to PATH variable
  3. Go To seleniumhq.org and click download
  4. Find IE drivers and Third Party drivers
  5. Download and extract into C:\bin

-Install PyCharm IDE and intellibot plugin

Run Script on CLI

  1. CD to Project Directory
    cd path\to\directory\propine-test
  2. Execute robot command
    a. Default - firefox browser
    robot -d Results/ Tests/Web.robot
    b. Chrome Browser
    robot --variable Browser:Chrome -d Results/ Tests/Web.robot
    c. Internet Explorer
    robot --variable Browser:ie -d Results/ Tests/Web.robot

Automation Report

Please refer the Results directory for full detailed report

  • Refer Results\report.html for Summary information and brief test statistics
  • Open Results\log.html for Test Statistics and Test Execution Log
  • Also failed test case screenshots are embedded inside the test execution log of log.html
  • Screenshots are saved at location Results\Screenshots\ with there TestCase name

About

Web application solution using Robot Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published