How Facebook Tests Facebook on Android
Learn what Facebook does to ensure that each release is as good as it can be. We’ll cover everything from how we manage our code, through our approaches to testing and all the way out to dogfooding.
Functional Testing Tutorials and Videos
Learn what Facebook does to ensure that each release is as good as it can be. We’ll cover everything from how we manage our code, through our approaches to testing and all the way out to dogfooding.
Susan Bradley and Techwell’s Noel Wurst discuss how making the user part of your testing team helps achieve quality at the beginning of you project. Learn how the user’s valuable input creates real ownership of the product and helps everyone share the workload.
Learn how Selenium Builder can be used in conjunction with Github and a Continuous Integration (CI) system to run parallelized test runs across multiple browsers without requiring a single line of code to be written.
Liz Keogh and Dan North discuss Behaviour-Driven Development (BDD) with Aino Corry. Topics covered include what BDD is, the perils of BDD automation and JBehave, surfacing risk, 10 year retrospective on BDD, the importance of context, patterns and antipatterns, and haiku.
As with any other UI library, you need a test driver to automate JavaFX testing: a tool that simulates user events. But it takes more than that to build an effective process. Because automation time is spent mainly in test creation and test maintenance, you need a few more tools …
Building a web app consists of stressful choices. Should the signup button be red or blue? Does my site’s sales pitch sound awkward? What will the user think about my site the first five seconds they visit? Using Rails and Amazon’s Mechanical Turk service, I will show you how you …