Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.05 KB

week0022-testing-what-why-how.md

File metadata and controls

21 lines (14 loc) · 1.05 KB

Week 0022 "Testing - What, Why, How"

2015-10-26

Inspired by new attendee Ben as well as conversations in the NE Wisconsin Slack Channel let's talk about software testing.

  • What is software testing? (unit test, integration tests, acceptance tests, etc)
  • Why should I test?
  • How can I test?

Let's share any testing experience we have or questions we want to ask.

testing

Talk Resources

  • Cucumber -- Multi-language testing platform that uses a plain-english-like language called Gherkin
  • Selenium -- Programatically test your web app from the user's perspective, supports many browsers.
  • Travis-CI -- Hosted continuous integration, free for open source projects.
  • Jenkins -- Java based continuous integration, host it yourself.