summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZheng Liu (George) <zheng.g.liu@nokia.com>2011-05-12 09:53:34 +1000
committerZheng Liu (George) <zheng.g.liu@nokia.com>2011-05-12 09:53:34 +1000
commitac586a299abf3f52d60ecacba2521f2139d0f9da (patch)
tree44bd8d0794837d81c3e64a1135da07bade0a2dbc
parent512b6fd299f32815ccd61518525656cd61f95620 (diff)
added three new sensor tests for mobility 1.2
-rw-r--r--QtMobility/sys_sensors/sys_sensors.qtt47
1 files changed, 41 insertions, 6 deletions
diff --git a/QtMobility/sys_sensors/sys_sensors.qtt b/QtMobility/sys_sensors/sys_sensors.qtt
index b27b5c1..cda6e02 100644
--- a/QtMobility/sys_sensors/sys_sensors.qtt
+++ b/QtMobility/sys_sensors/sys_sensors.qtt
@@ -249,11 +249,46 @@ Note:
'));
}
-/*
- New tests Proposed
- Lux
- Gyroscope
- Dynamic
-*/
+ Sym_Lux : function()
+ {
+ prompt(twiki('*Verify Sym Compass Sensor*
+
+ | *Step* | *Verification* |
+ | Launch *bluewheel* application | |
+ | select *Sensors* and click on *sensor explorer* ||
+ | select *sym.luxsensor* as sensor type ||
+ | click on *start* button ||
+ | select *reading properties* tab ||
+ | change the luminance value around the device | verify the values displayed are changed accordingly |
+ '));
+ }
+
+ Sym_Dynamic : function()
+ {
+ prompt(twiki('*Verify Sym Compass Sensor*
+
+ | *Step* | *Verification* |
+ | Launch *bluewheel* application | |
+ | register a dynamic sensor device ||
+ | select *Sensors* and click on *sensor explorer* | verify the dynamic sensor appears in the sensor list|
+ | click on *start* button ||
+ | select *reading properties* tab ||
+ | change the sensor value depends on the sensor type | verify the values displayed are changed accordingly |
+ '));
+ }
+
+ Sym_Gyroscope : function()
+ {
+ prompt(twiki('*Verify Sym Compass Sensor*
+
+ | *Step* | *Verification* |
+ | Launch *bluewheel* application | |
+ | select *Sensors* and click on *sensor explorer* ||
+ | select *sym.gyroscope* as sensor type ||
+ | click on *start* button ||
+ | select *reading properties* tab ||
+ | slowly turn and move the device around | verify the values displayed are changed accordingly |
+ '));
+ }
}