Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 768 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 768 Bytes

AutomationFramework based on selenium

Following is the short summary:

  1. It is basic framework for selenium based UI testing.
  2. It is maven based project and that can very easily integrated with Jenkins as Continuous Integration tool.
  3. 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).
  4. Used Page Object design pattern for storing objects.
  5. From testing perspective it test the UI of Apigee site.
  6. Using maven , dependency (external libs) is easily resolved.
  7. Intellij IDE is used for developement.
  8. Tested for Firefox browser.

How to run:

  1. Install maven if not installed.
  2. Download project.
  3. run : mvn clean install