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
commitb3fef1dbb9985cb8940860afaaa95f64ddee67ab (patch)
tree704b2dfe7be5e99166d18dd6be38bdaa1b138960
parent279180e02b18d93de2449252b17f256f88e92fc5 (diff)
added tests
-rw-r--r--QtMobility/sys_crsysteminfo/sys_crsysteminfo.qtt54
1 files changed, 54 insertions, 0 deletions
diff --git a/QtMobility/sys_crsysteminfo/sys_crsysteminfo.qtt b/QtMobility/sys_crsysteminfo/sys_crsysteminfo.qtt
index e7ccfe5..6658784 100644
--- a/QtMobility/sys_crsysteminfo/sys_crsysteminfo.qtt
+++ b/QtMobility/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
+ '));
+ }
}