Three Approaches for Mobile Testing
This video discusses three approached for mobile testing for the IT organization.
Functional Testing Tutorials and Videos
This video discusses three approached for mobile testing for the IT organization.
This video present different ways to test Gaelyk applications. Learn how to unit test Gaelyk groovlets using gaelyk-spock library. The second part focuses on the latest facilitations of writing functional tests for Gaelyk applications using Geb framework.
There seems to be a tendency for developers to do an excellent job of unit testing their server-side code but leaving client-side javascript as the new “spaghetti” dumping ground and it doesn’t have to be that way! Jasmine is a nifty Javascript BDD testing framework with a RSpec-like syntax that …
This is the problem that confronted Mozilla when we decided to venture into the world of FirefoxOS. Where to start and how to do it was going to prove an interesting task. Come listen to how we solved this problem and how we created a new framework.
Espresso is a new Android open source testing framework (not released yet) that lets you write concise, beautiful and reliable UI tests quickly. Developing a reliable Android test should be as quick and easy as pulling a shot of espresso. Unfortunately, with existing tools, it may feel more like making …
At Peoplefluent, we have trimmed our test maintenance overhead from ~40% to less than 3% by generating our Selenium Page objects at build-time. We use Java reflection to parse our (constantly changing) presentation layer, and generate these test artifacts, which map to our customer-facing product pages.