This application is built to import invoices in CSV format through a user interface by utilising the Import data function. The automated UI test Logs In and import a CSV file to any upload software.
Above Features are used to make code simple, generic, understandable, clean and easily maintainable for future development.
- To run a test, open the Project window, and then open com.finago.test package name and then right-click on ProcountorReceiptTest.java and goto RunAs then Click on TestNG Test.
- To see the reports, open the Project window, and then right-click then click on refresh then open the Reports Folder and then double click on ExtentReportResults.html file or open the ExtentReportResults.html file on the default browser.
- Eclipse
- Java
- Eclipse Oxygen - The IDE for Selenium Automation Test
- Java 8 - Language used to build the application