Skip to content

This project is based on Python-Selenium and webdrivers to automate live website (moneycontrol.com/fixed-deposit-calculator).

Notifications You must be signed in to change notification settings

chinmaywali/moneycontrol.com_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moneycontrol.com - Automation


This project is based on Python-Selenium to automate live website (moneycontrol.com/fixed-deposit-calculator). In this project , the website is automated using selenium webdriver and testcases are executed and based on the result(pass or fail) the excel is updated automatically.

This is built with keeping in mind that a tester needs put 20% of effort to get the 80% of output by automating the complete testing process

Tech Satck: Selenium, Webdriver , Python , openpyxl , Excel utils

  • Selenium WebDriver: Utilized it for automating web browser interactions and validations.
  • OpenPyXL: Used it to read from excel file and write into Excel files to manage test data and results.

Demo:

final.final.mp4

Functionalities Implemented:

  • Developed Python scripts (main.py and fixeddepo.py) to automate the testing process.
  • Utilized Selenium WebDriver to interact with the fixed deposit calculator web application.
  • Integrated OpenPyXL for reading test data from Excel files and writing test results back to the same files.
  • Implemented functions to handle Excel file operations, such as getting row and column counts, reading data, writing data, and applying cell formatting.
  • Created test scenarios to validate the accuracy of the fixed deposit calculator by comparing expected maturity values with actual values obtained from the web application.

Report Screenshots:

Excel sheet before automation
Screenshot (312)
Automation(Execution)
Screenshot (313)
Excel sheet after automation (Updated Automatically)
Screenshot (314)

ThankYou

About

This project is based on Python-Selenium and webdrivers to automate live website (moneycontrol.com/fixed-deposit-calculator).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages