Following is the short summary:
- It is basic framework for selenium based UI testing.
- It is maven based project and that can very easily integrated with Jenkins as Continuous Integration tool.
- For automatic mail of report , we can just use jenkins email plugin depending on the build result i.e pass/fail.(Also we can add to the framework using simple java mail api).
- Used Page Object design pattern for storing objects.
- From testing perspective it test the UI of Apigee site.
- Using maven , dependency (external libs) is easily resolved.
- Intellij IDE is used for developement.
- Tested for Firefox browser.
How to run:
- Install maven if not installed.
- Download project.
- run : mvn clean install