Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Exploring PBT compared to example based testing on the LCD kata

Notifications You must be signed in to change notification settings

SoftDevGang/propertyBasedLcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kata comparing example based tests with property based tests

Conclusion

We conclude that we need 14 property based tests for verifying that every combination of the layout is correct using a property based tests.

It would be sufficient with one example based tests to verify that every combination of the layout is correct.

The LCD Kata doesn't seem to lend itself as a good example.

Usage criteria

Are the properties business oriented and do they give confidence that the result is always correct?

About

Exploring PBT compared to example based testing on the LCD kata

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages