Skip to content

This project is designed to automate the testing of the Certificate of Deposit (CD) Calculator on the CIT Bank website. By leveraging Selenium WebDriver for web automation and Apache POI for Excel file manipulation, this solution simulates user input, calculates results, and compares them to expected outcomes.

License

Notifications You must be signed in to change notification settings

SEENI26/CITBank-CD-Calculator-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIT Bank CD Calculator website

  • I have automated the website using a Data-Driven Framework with Apache POI in Java and Selenium.

The process of verifying the Certificate of Deposit (CD) calculations using the CIT Bank CD Calculator website. The script performs the following tasks:

  • Reads input data (initial deposit, interest rate, term length, compounding frequency, and expected total) from an Excel sheet.
  • Interacts with the web-based CD Calculator to calculate the actual total.
  • Compares the calculated value with the expected value.
  • Writes the result ("Pass" or "Fail") to the Result (F) column of the Excel sheet.
  • Highlights the result in green for "Pass" and red for "Fail".

Automate the Calculation Process:

  • The script interacts with the CIT Bank CD Calculator on the website, entering values like initial deposit, interest rate, term length (in months), and compounding frequency (such as monthly or quarterly).
  • It then calculates the total return (final amount) based on these values.

Compare Expected Results with Actual Results:

  • The project compares the calculated total (actual result) from the CIT Bank CD Calculator with the expected total (provided in the Excel sheet).
  • If the actual total matches the expected total, the result is marked as "Passed." Otherwise, it is marked as "Failed."

Conclusion

This project can be useful for Quality Assurance (QA) teams to validate the accuracy of financial calculators on websites. Happy testing! 🚀

About

This project is designed to automate the testing of the Certificate of Deposit (CD) Calculator on the CIT Bank website. By leveraging Selenium WebDriver for web automation and Apache POI for Excel file manipulation, this solution simulates user input, calculates results, and compares them to expected outcomes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages