summaryrefslogtreecommitdiffstats
path: root/QtMobility
diff options
context:
space:
mode:
authorKeith Isdale <keith.isdale@nokia.com>2010-10-06 12:28:31 +1000
committerKeith Isdale <keith.isdale@nokia.com>2010-10-06 12:28:31 +1000
commit161ffd15e5bb68bda7dc4828df6f6f574c9bdb1b (patch)
treef48d2d09915f2a96d3af131fa425436249f49815 /QtMobility
parent9b32cb051334704e5c258ba7817dcbc4f4280258 (diff)
Add System Test for declarative-sfw-notes example
Diffstat (limited to 'QtMobility')
-rw-r--r--QtMobility/QtMobility.pro4
-rw-r--r--QtMobility/sys_declarative-sfw-notes/sys_declarative-sfw-notes.pro12
-rw-r--r--QtMobility/sys_declarative-sfw-notes/sys_declarative-sfw-notes.qtt109
3 files changed, 124 insertions, 1 deletions
diff --git a/QtMobility/QtMobility.pro b/QtMobility/QtMobility.pro
index da54208..f39b20e 100644
--- a/QtMobility/QtMobility.pro
+++ b/QtMobility/QtMobility.pro
@@ -3,7 +3,9 @@ SUBDIRS+= \
sys_bearer \
sys_calendar \
sys_contacts \
+ sys_crsysteminfo \
sys_declarative-music-browser \
+ sys_declarative-sfw-notes \
sys_location \
sys_messaging \
sys_multimedia \
@@ -13,4 +15,4 @@ SUBDIRS+= \
sys_telephony \
sys_versit \
sys_versitorganizer \
- sys_crsysteminfo \
+
diff --git a/QtMobility/sys_declarative-sfw-notes/sys_declarative-sfw-notes.pro b/QtMobility/sys_declarative-sfw-notes/sys_declarative-sfw-notes.pro
new file mode 100644
index 0000000..1b558ec
--- /dev/null
+++ b/QtMobility/sys_declarative-sfw-notes/sys_declarative-sfw-notes.pro
@@ -0,0 +1,12 @@
+CONFIG += systemtest
+SOURCES = sys_declarative-sfw-notes.qtt
+
+
+unix:!symbian {
+ maemo5 {
+ target.path = /opt/usr/bin
+ } else {
+ target.path = /usr/local/bin
+ }
+ INSTALLS += target
+}
diff --git a/QtMobility/sys_declarative-sfw-notes/sys_declarative-sfw-notes.qtt b/QtMobility/sys_declarative-sfw-notes/sys_declarative-sfw-notes.qtt
new file mode 100644
index 0000000..63d78a2
--- /dev/null
+++ b/QtMobility/sys_declarative-sfw-notes/sys_declarative-sfw-notes.qtt
@@ -0,0 +1,109 @@
+/****************************************************************************
+**
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** This file is part of QtUiTest.
+**
+** $QT_BEGIN_LICENSE:LGPL$
+** No Commercial Usage
+** This file contains pre-release code and may not be distributed.
+** You may use this file in accordance with the terms and conditions
+** contained in the Technology Preview License Agreement accompanying
+** this package.
+**
+** 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, Nokia gives you certain additional
+** rights. These rights are described in the Nokia Qt LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+** If you have questions regarding the use of this file, please contact
+** Nokia at qt-info@nokia.com.
+**
+**
+**
+**
+**
+**
+**
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+//TESTED_COMPONENT=examples/declarative-sfw-notes
+
+testcase = {
+
+ Add_Note_With_Date: function()
+ {
+ prompt(twiki('*Add Note with date*
+
+ 1 If not done so register the notes manager service: eg run *servicefw add xmldata/notesmanagerservice.xml*
+ 1 Start declarative-sfw-notes, eg run *qmlviewer examples/declarative-sfw-notes/declarative-sfw-notes.qml*
+ 1 Click \"+\" button
+ 1 Enter a note in the form *Note1#2010-10-01#10:30*
+ 1 Click *Ok* button
+ 1 Verify that note entered is listed with date mentioned
+ '));
+ },
+
+ Add_Note_Without_Date: function()
+ {
+ prompt(twiki('*Add Note without date*
+
+ 1 If not done so register the notes manager service: eg run *servicefw add xmldata/notesmanagerservice.xml*
+ 1 Start declarative-sfw-notes, eg run *qmlviewer examples/declarative-sfw-notes/declarative-sfw-notes.qml*
+ 1 Click \"+\" button
+ 1 Enter a note in the form *My Note*
+ 1 Click *Ok* button
+ 1 Verify that note entered has the current date
+ '));
+ },
+
+ Browse_Notes: function()
+ {
+ prompt(twiki('*Browse Notes*
+
+ 1 If not done so register the notes manager service: eg run *servicefw add xmldata/notesmanagerservice.xml*
+ 1 Start declarative-sfw-notes, eg run *qmlviewer examples/declarative-sfw-notes/declarative-sfw-notes.qml*
+ 1 If not done so enter at least three notes see in this System Test the functions *Add_Note_With_Date* and *Add_Note_Without_Date*
+ 1 Verify that *right* arrow button on dialog can be used to navigate to last note
+ 1 Verify that the *left* arrow button on dialog can be used to navigate to first note
+ '));
+ },
+
+ Find_Note: function()
+ {
+ prompt(twiki('*Find Note*
+
+ 1 If not done so register the notes manager service: eg run *servicefw add xmldata/notesmanagerservice.xml*
+ 1 Start declarative-sfw-notes, eg run *qmlviewer examples/declarative-sfw-notes/declarative-sfw-notes.qml*
+ 1 Click *Search* button ( looking glass )
+ 1 Enter text from previously entered note, eg *My Note*
+ 1 Click *OK* button
+ 1 Verify that expected note is displayed
+ '));
+ },
+
+ Delete_Note: function()
+ {
+ prompt(twiki('*Delete Note*
+
+ 1 If not done so register the notes manager service: eg run *servicefw add xmldata/notesmanagerservice.xml*
+ 1 Start declarative-sfw-notes, eg run *qmlviewer examples/declarative-sfw-notes/declarative-sfw-notes.qml*
+ 1 Click the *Delete* button ( in between Add and Search buttons )
+ 1 Verify that the current note was deleted, ie use left and right arrow buttons to browse notes.
+ '));
+ },
+
+}
+