Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property based testing #37

Closed
joneshf opened this issue Aug 6, 2015 · 3 comments
Closed

Property based testing #37

joneshf opened this issue Aug 6, 2015 · 3 comments

Comments

@joneshf
Copy link

joneshf commented Aug 6, 2015

Per: https://twitter.com/sac_js/status/629009116946661376

I'd like to present a talk about property based testing (PBT), where the idea is to test generalized properties or laws about a program, rather than specific instances.

Depending on how much time, I'd like to touch on:

  • What is testing?
  • Why is it important?
  • Things testing cannot do.
  • Drawbacks of example based testing.
  • History of PBT.
  • Benefits of PBT.
  • How to use PBT in JS.
  • Simple example.
  • Intermediate/real-world example.
  • Advanced example.

How does that sound?

@joneshf
Copy link
Author

joneshf commented Aug 7, 2015

Thoughts, comments, suggestions?

@dlindahl
Copy link
Member

Sorry for the late response, I was out of town for the week and am just now getting caught up.

I think this talk sounds great! In fact, I've never even heard of PBT before now, so I think this will make for quite an interesting talk.

As of right now, we have one other speaker penciled in on 8/25 so please plan on providing 30-minutes of content. Is that enough to cover all the topics you'd like?

@joneshf
Copy link
Author

joneshf commented Aug 15, 2015

No worries. I didn't mean to sound impatient.

Yeah, 30 min should be just fine. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants