Skip to content

machzqcq/data_driven_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training

I am using this project to explain data driven framework capabilities. Frankly, cucumber already implements scenario outline through which we can pass data tables (can pass without scenario outline too). This project also parses other file formats like EXCEL, YML.... Data-driven framework by itself in a silo is not a complete solution, it is just a capability and we would have to talk about other pieces of framework like modularization, page-objects etc. Please visit www.seleniumframework.com for complete information.

How to use

  1. Checkout the project from github (or download the zip)
  2. Install Ruby 1.9 or higher, then install bundler gem
  3. From project root, run "bundle install"
  4. From project root, run "bundle exec cucumber features"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Data Driven framework sample project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages