Skip to content

A perfect sample code for extent report where we use page object model as a test framework

License

Notifications You must be signed in to change notification settings

ashrika786/Page-Object-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page-Object-Model

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.

License

Demo

Page-Object-Model-Demo-Gif.gif

Languages, libraries and tools used

Above Features are used to make code simple, generic, understandable, clean and easily maintainable for future development.

Automated tests

  1. 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.

Procountor-run-test.png

  1. 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.

Procountor-report-file.png

Prerequisites

  • Eclipse
  • Java

Built With

  • Eclipse Oxygen - The IDE for Selenium Automation Test
  • Java 8 - Language used to build the application