Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 974 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 974 Bytes

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.