Skip to content

VivekPemawat/AutomationFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages