Skip to content

Examples of data-driven test frameworks I've built with Selenium Web Driver & Junit using the Page Objects pattern.

Notifications You must be signed in to change notification settings

dforshaw/Examples-PageObjects-DataDriven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Examples-PageObjects-DataDriven

Test framework examples I've built with Selenium Web Driver & Junit that are data-driven & use the Page Objects pattern.

  1. BMI Calculator -- (a) I started with the CSV import example from chapter 4 of the Selenium Testing Tools Cookbook. (b) Next I isolated the data-driven part into its own utility file. (c) Finally I refactored the code to pull out the test procedure and design the page objects.

Resources

Selenium Testing Tools Cookbook by Unmesh Gundecha.

About

Examples of data-driven test frameworks I've built with Selenium Web Driver & Junit using the Page Objects pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages