Web application solution using Robot Framework
-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 :-
- Create C:\bin
- Add C:\bin to PATH variable
- Go To seleniumhq.org and click download
- Find IE drivers and Third Party drivers
- Download and extract into C:\bin
-Install PyCharm IDE and intellibot plugin
- CD to Project Directory
cd path\to\directory\propine-test
- 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
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