Crowd-sourced Automated Firefox UI Testing
This video explains how Mozilla are using the crowd to help automate Firefox testing. [youtube O8NaG07NoLc] [youtube TIfH5Bku20U]
This video explains how Mozilla are using the crowd to help automate Firefox testing. [youtube O8NaG07NoLc] [youtube TIfH5Bku20U]
Despite recent improvements to automated testing tools, there’s still a large gap when it comes to emerging technologies such as HTML5. Recent developments like the canvas element present an interesting dilemma for traditional automated testing as they expose little or no information to debug tools. Using Selenium, Java, and JavaScript …
This brief video presents the basic on how to use Selenium and TestNG for automated functional testing. [youtube 00dwMzEsUKE]
Selenium is a suite of tools to automate web app testing across many platforms. Selenium runs in many browsers and operating systems. It can be controlled by many programming languages and testing frameworks. In this video Simon Stewart and Jason Huggins give an update on the progress of Selenium 2, …
We all know that UI test automation for any complex, rapidly changing web application can be daunting. Authoring effective tests is often painstaking, and the maintenance burden of keeping them kicking is generally hefty. In order to stay on top and keep our QA team in good mental health here …
GWT has a lot of little-publicized infrastructure that can help you build apps The Right Way: test-driven development, code coverage, comprehensive unit tests, and integration testing using Selenium or WebDriver. This session will survey GWT’s testing infrastructure, describe some best practices we’ve developed at Google, and help you avoid common …