Showing posts with label testing. Show all posts
Showing posts with label testing. Show all posts

Saturday, November 5, 2016

DZone - BDD: Cucumber in Action

Cucumber is an open-source tool that is used to support Behavior Driven Development with plain text specifications. Implementations of Cucumber exist for number of platforms, including Java.
More

Wednesday, November 23, 2011

Automating iOS Application Testing: Under the Hood, Capturing and Recording Events

Stu Stern post on drdobbs.com
"Recording UI events for playback means filtering thousands of data points and condensing them into a single action. With iOS, this can be done with swizziling and other unusual language features of Objective-C."


Read more on drdobbs.com