Skip to content

How we use FluentValidation and data builder to generate randomly datas for tests.

Notifications You must be signed in to change notification settings

sajidmohammed88/validator-and-data-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validator-and-data-builder

Use FluentValidation to validate data and data builder to generate randomly datas for tests.

Requirements

  • FirstName and LastName Should not be null or empty.
  • Discount should not equal to 0 if assigned
  • Address should not be null or empty and between 20, 250 caracters
  • Response standarization
  • Using data builder and Diverse library to generate randomly datas for customer tests cases.

About

How we use FluentValidation and data builder to generate randomly datas for tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages