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.
- 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.