From cdf3d5afebfec92b7d53b930b9e89c616fb334b7 Mon Sep 17 00:00:00 2001 From: Choi Date: Wed, 10 Jul 2013 12:24:48 +0900 Subject: [PATCH] Behavior TC Power info update --- tests/Power/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/Power/index.html b/tests/Power/index.html index f9f3d54..d039c59 100755 --- a/tests/Power/index.html +++ b/tests/Power/index.html @@ -57,9 +57,10 @@ Authors:

Check if the screen status is successfully changed

(Note: Response time varies depends on the system setting)


-

1. Click Request SCREEN_DIM and check if the screen is dim. But Screen doesn't turn off

-

2. Click Request SCREEN_NORMAL and check if the screen doesn't dim and turn off

-

3. Click Release SCREEN and check the screen resource release(Screen is dim and Turn off)

+

* Setting -> Display -> Backlight time : 15 Seconds

+

1. Click Request SCREEN_DIM(After 15 second) : Check if the screen is dim. But Screen doesn't turn off

+

2. Click Request SCREEN_NORMAL(After 15 second) : Check if the screen doesn't dim and turn off

+

3. Click Release SCREEN(After 15 second) : Check the screen resource release(Screen is dim and turn off)

4. Click Turn SCREEN_OFF and check the screen is off immediately

-- 2.7.4