2016年8月29日 星期一

018.1 Android Radio Button Example (monkey test by adb shell)

Monkey testing! This article tells how to do simple "dumb monkey test" on Android App.

From wiki https://en.wikipedia.org/wiki/Monkey_testing

Dumb monkey tests
Dumb monkeys, also known as "ignorant monkeys", are usually identified by the following characteristics:
  • Have no knowledge about the application or system
  • Don't know if their input or behavior is valid or invalid
  • Don't know their or the system's capabilities, nor the flow of the application
  • Can find fewer bugs than smart monkeys, but can also find important bugs that are hard to catch by smart monkeys
Let's Monkey ~ \m/

2016年8月27日 星期六

018 Android Radio Button Example

Exercise

to demo how to create a simple Android APP, which provides one Plain Text field and few radio buttons.
* the plain text button is designed for user input (presumption: ASCII string)
* those radio buttons are designed to convert case of content inside Plain Text field