summaryrefslogtreecommitdiffstats
path: root/tests/systemtests/sys_crsysteminfo/sys_crsysteminfo.qtt
blob: 4fbe71e528afaf2dc891aa60cbf1c561ca066311 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
/****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and Digia.  For licensing terms and
** conditions see http://qt.digia.com/licensing.  For further information
** use the contact form at http://qt.digia.com/contact-us.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL included in the
** packaging of this file.  Please review the following information to
** ensure the GNU Lesser General Public License version 2.1 requirements
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** In addition, as a special exception, Digia gives you certain additional
** rights.  These rights are described in the Digia Qt LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 3.0 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.  Please review the following information to
** ensure the GNU General Public License version 3.0 requirements will be
** met: http://www.gnu.org/copyleft/gpl.html.
**
**
** $QT_END_LICENSE$
**
****************************************************************************/

//TESTED_COMPONENT=src/systeminfo

testcase = {

    configurable_signal_strength: function()
    {
          // Test meta data
          testTitle = "System Info - Configurable Signal Strength";
          testBinary = "";
          testSource = "";
          testGoal = "Verify that ";
          testPreconditions = "None";
          testGroups = " ";
          testRequirements = "";

          // Test steps
          skip('Configurable Signal Strength not implemented yet', SkipAll);
    },

    storage_changed_notification: function()
    {
          // Test meta data
          testTitle = "System Info - Storage Changed Notification";
          testBinary = "qsysinfo";
          testSource = "$MOBILITYDIR/examples/sysinfo";
          testGoal = "Verify that the system detects changes to storage media correctly and sends notifications";
          testPreconditions = "   1. target supports removable storage, if not then pass this test<br>
   1. Ensure that target system does not have any removable storage inserted/mounted<br>
                               *Note:* On S60 platforms removing a media might cause qsysinfo to be closed, which is usual";
          testGroups = " ";
          testRequirements = "";

          // Test steps
          prompt(twiki("---+++ " + testTitle + "<br><br>
              *Goal:* " + testGoal + "<br>
              *Tested Binary:* " + testBinary + "<br>
              *Requirements:* " + testRequirements + "<br>
              *Pre-Requisites:* " + testPreconditions + "<br>

              | *Step* | *Verification* |
              | Start " + testBinary + " | App starts correctly |
              | Switch to the *Storage* tab | Verify that the removable storage status is unavailable |
              | Insert/mount the storage | Verify that the storage appears with correct size |
              | Remove/unmount the removable media | Verify that the storage disappears or marked unavailable |
        "));
    },

    query_OS_Qt_firmware_versions: function()
    {
       // Test meta data
       testTitle = "System Info - OS Qt Firmware Version";
       testBinary = "testQtSystemInfo";//"BlueWheel/SystemInfo";
       testSource = "$MOBILITYDIR/tests/applications/systeminfo/testqtsysteminfo";
       testGoal = "Verify that OS, Qt and Firmware versions numbers can be read";
       testPreconditions = "None";
       testGroups = " ";
       testRequirements = "";

       // Test steps
       prompt(twiki("---+++ " + testTitle + "<br><br>
           *Goal:* " + testGoal + "<br>
           *Pre-Requisites:* " + testPreconditions + "<br>
           *Requirements:* " + testRequirements + "<br>
           *Tested Binary:* " + testBinary + "<br>

           | *Step* | *Verification* |
           | Launch " + testBinary + " | App starts correctly |
           | Open *General/Features* | Features page is shown |
           | From the *Version* pulldown menu select *Os* | Verify the Os version is what is expected for the platform |
           | From the *Version* pulldown menu select *QtCore* | Verify the Qt version is what is expected |
           | From the *Version* pulldown menu select *Firmware* | Verify the Firmware version is what is expected for the platform |
           | From the *Version* pulldown menu select *QtMobility* | Verify the QtMobility version is what is expected |
        "));
    },

    query_device_hardware_features: function()
    {
        // Test meta data
        testTitle = "System Info - Device Hardware Features";
        testBinary = "testQtSystemInfo";//"BlueWheel/SystemInfo";
        testSource = "$MOBILITYDIR/tests/applications/systeminfo/testqtsysteminfo";
        testGoal = "Verify that device hardware status can be read";
        testPreconditions = "None";
        testGroups = " ";
        testRequirements = "";

        // Test steps
        prompt(twiki("---+++ " + testTitle + "<br><br>
            *Goal:* " + testGoal + "<br>
            *Pre-Requisites:* " + testPreconditions + "<br>
            *Requirements:* " + testRequirements + "<br>
            *Tested Binary:* " + testBinary + "<br>

            | *Step* | *Verification* |
            | Launch " + testBinary + " | App starts correctly |
            | Open *General/Features* | Features page is shown |
            | From the *Feature* pulldown menu select *Bluetooth* | Verify the Bluetooth status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Camera* | Verify the camera status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Fmradio* | Verify the Fmradio status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Ir* | Verify the Ir status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Led* | Verify the Led status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Memcard* | Verify the Memcard status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Usb* | Verify the Usb status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Vib* | Verify the Vib status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Wlan* | Verify the Wlan status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Sim* | Verify the Sim status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Location* | Verify the Location status is what is expected for the platform |
            | From the *Feature* pulldown menu select *VideoOut* | Verify the VideoOut status is what is expected for the platform |
            | From the *Feature* pulldown menu select *Haptics* | Verify the Haptics status is what is expected for the platform |
            | From the *Feature* pulldown menu select *FmTransmitter* | Verify the FmTransmitter status is what is expected for the platform |
        "));
    }
}