https://github.com/kkapoor84/Automation_Excel_Query_Creation
https://github.com/kkapoor84/Automation_Excel_Query_Creation
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkapoor84/Automation_Excel_Query_Creation
- Owner: kkapoor84
- Created: 2016-12-26T07:27:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T07:34:54.000Z (over 8 years ago)
- Last Synced: 2024-11-13T17:45:21.512Z (7 months ago)
- Language: Java
- Size: 8.39 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - kkapoor84/Automation_Excel_Query_Creation - (Java)
README
# Automation_Excel_Query_Creation
Automate regression testing data preparation by populating data for different scenarios from excel spreadsheets to a database table.Suppose you need to verify HRA calculation of an employee based on his basic salary with the conditions like
If employee lives in State1, HRA is 50% of basic.
If employee lives in State2, HRA is 40% of basic.
If employee lives in State3, HRA is 30% of basic.Now we might to create this data time again to verify different scenarios. We will create an excel sheet, keep this data there, run the program to get insert queries. During automation, generating data in the way can save a lot of time.