summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaron Andrew Edie <daron.edie@nokia.com>2011-05-16 16:05:20 +1000
committerDaron Andrew Edie <daron.edie@nokia.com>2011-05-16 16:05:20 +1000
commitd202cb0da2e1a4e93025dce80a6e4be2dc1448b4 (patch)
treec3b0fb67b72f081e85c1797c3321c8335628511e
parent76fe3b028f628c65d307dd55adf0aaf96ce41f02 (diff)
added tests
-rw-r--r--sys_crsysteminfo/sys_crsysteminfo.qtt54
1 files changed, 54 insertions, 0 deletions
diff --git a/sys_crsysteminfo/sys_crsysteminfo.qtt b/sys_crsysteminfo/sys_crsysteminfo.qtt
index e7ccfe50d8..6658784d43 100644
--- a/sys_crsysteminfo/sys_crsysteminfo.qtt
+++ b/sys_crsysteminfo/sys_crsysteminfo.qtt
@@ -64,4 +64,58 @@ testcase = {
1 *Note:* On S60 platforms removing a media might cause qsysinfo to be closed, which is usual
'));
}
+
+ Query_OS_Qt_firmware_versions: function()
+ {
+ prompt(twiki('*Query OS, Qt and firmware versions*
+
+ 1 Start the bluewheel application and open *SystemInfo*
+ 1 Open *General/Features*
+ 1 From the *Version* pulldown menu select *Os*
+ 1 Verify the Os version is what is expected for the platform
+ 1 From the *Version* pulldown menu select *QtCore*
+ 1 Verify the Qt version is what is expected
+ 1 From the *Version* pulldown menu select *Firmware*
+ 1 Verify the Firmware version is what is expected for the platform
+ 1 From the *Version* pulldown menu select *QtMobility*
+ 1 Verify the QtMobility version is what is expected
+ '));
+ }
+
+ Query_device_hardware_features: function()
+ {
+ prompt(twiki('*Query device hardware features*
+
+ 1 Start the bluewheel application and open *SystemInfo*
+ 1 Open *General/Features*
+ 1 From the *Feature* pulldown menu select *Bluetooth*
+ 1 Verify the Bluetooth status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Camera*
+ 1 Verify the camera status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Fmradio*
+ 1 Verify the Fmradio status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Ir*
+ 1 Verify the Ir status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Led*
+ 1 Verify the Led status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Memcard*
+ 1 Verify the Memcard status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Usb*
+ 1 Verify the Usb status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Vib*
+ 1 Verify the Vib status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Wlan*
+ 1 Verify the Wlan status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Sim*
+ 1 Verify the Sim status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Location*
+ 1 Verify the Location status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *VideoOut*
+ 1 Verify the VideoOut status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *Haptics*
+ 1 Verify the Haptics status is what is expected for the platform
+ 1 From the *Feature* pulldown menu select *FmTransmitter*
+ 1 Verify the FmTransmitter status is what is expected for the platform
+ '));
+ }
}