You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using your library for property-based testing in my C# projects and I am pretty comfortable with that. However, I now have a complex cache that I have built and wanted to use model-based testing to exercise that to make sure I have any edge cases covered.
I have been looking at your documentation and I am struggling to get my head around it as I do not know F#.
Do you have any simple examples testing something like a Dictionary in C# available? I should be able to work it out from there.
I found this article, but as I do not understand the system under test I am struggling to follow the implementation.
The text was updated successfully, but these errors were encountered:
@baynezy I have seen several interesting youtube videos where John Hughes talks about Property-Based Testing and I am pretty sure he talks about model based testing as one specific strategy. The same is true also for Scott Wlaschin. Hopefully these will provide some guidance.
I have been using your library for property-based testing in my C# projects and I am pretty comfortable with that. However, I now have a complex cache that I have built and wanted to use model-based testing to exercise that to make sure I have any edge cases covered.
I have been looking at your documentation and I am struggling to get my head around it as I do not know F#.
Do you have any simple examples testing something like a
Dictionary
in C# available? I should be able to work it out from there.I found this article, but as I do not understand the system under test I am struggling to follow the implementation.
The text was updated successfully, but these errors were encountered: