summaryrefslogtreecommitdiff
path: root/manual/generic/android/angrybirds.yaml
blob: 5b66a567f21884d6c6e111e519dad43eaf28c4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
metadata:
    name: andriod-angrybirds
    format: "Manual Test Definition 1.0"
    description: "Test if Angry Birds App works well"
    maintainer:
        - botao.sun@linaro.org
    os:
        - android
    scope:
        - functional
    devices:
        - panda
        - panda-es
        - vexpress-a9
        - vexpress-tc2
        - arndale
    environment:
        - manual-test

run:
    steps:
        - "Download Angry Birds installation APK file from Internet"
        - "Install the APK file via ADB:
           $ sudo adb install angrybirds.apk"
        - "After Angry Birds icon shows on screen, click it to launch the game"
        - "Play this game for several minutes"

    expected:
        - "Angry Birds can be launched successfully"
        - "The game should work well, both video and audio should can be played smoothly"
        - "No freezing, kernel panic or crash observed during the game"