Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2241a9e6b5d0abb

Jump to content

Robotium

From Wikipedia, the free encyclopedia

Robotium is an open-source test framework for writing automatic gray box testing cases for Android applications.[1] With the support of Robotium, test case developers can write function, system and acceptance test scenarios, spanning multiple Android activities. Robotium can be used both for testing applications where the source code is available and applications where only the APK file is available and the implementation details are not known.

The framework is released under Apache License 2.0. Its founder and main developer is Renas Reda. Version 5.0.1 was released on January 5, 2014.

Robotium is similar to Selenium, but for Android. It has support for Android features such as activities, toasts, menus and context menus.

See also

[edit]

References

[edit]
  1. Sigge (27 January 2010). "Robotium: Android automation testing taken one step further". Happytesting. WordPress.com.
[edit]