trainer holding brainstorming session

Checklist of Test Data Creation Strategies

Monday, November 25, 2019

Most developers and test engineers know that unit tests should include both happy and sad paths. For example, you might test an email validation method with several different correctly and incorrectly formatted email addresses. The goal is to ensure the code works in many different scenarios rather than just testing a single correct email address. …