summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaron Andrew Edie <daron.edie@nokia.com>2011-08-10 10:36:56 +1000
committerDaron Andrew Edie <daron.edie@nokia.com>2011-08-10 10:36:56 +1000
commit7838e667809bb27d1ccdcca216f9ac297d2b54af (patch)
tree79284c5bb91f6a9ab7938286eb8827713e4c3ace
parent36f4fb4af36f03df1d3e26a10a649ad185279d51 (diff)
updated the "new and approved" test script with qmlnotes to enable testing on symbian
-rw-r--r--tests/systemtests/sys_declarative-sfw-notes/sys_declarative-sfw-notes.qtt22
1 files changed, 10 insertions, 12 deletions
diff --git a/tests/systemtests/sys_declarative-sfw-notes/sys_declarative-sfw-notes.qtt b/tests/systemtests/sys_declarative-sfw-notes/sys_declarative-sfw-notes.qtt
index a27b463bc5..e71512549c 100644
--- a/tests/systemtests/sys_declarative-sfw-notes/sys_declarative-sfw-notes.qtt
+++ b/tests/systemtests/sys_declarative-sfw-notes/sys_declarative-sfw-notes.qtt
@@ -47,9 +47,9 @@ testcase = {
{
// Test meta data
testApplication = "SFW - Add Note With Date";
- testBinary = "declarative-sfw-notes";
+ testBinary = "qmlnotes";
testGoal = "Verify that ";
- testPreconditions = "notes manager service must be registered: eg run *servicefw add xmldata/notesmanagerservice.xml*";
+ testPreconditions = "Nil.";
testGroups = "BAT";
// Test steps
@@ -70,9 +70,9 @@ testcase = {
{
// Test meta data
testApplication = "SFW - Add Note Without Date";
- testBinary = "declarative-sfw-notes";
+ testBinary = "qmlnotes";
testGoal = "Verify that a note entered without a date gets the current date appended to it";
- testPreconditions = "notes manager service must be registered: eg run *servicefw add xmldata/notesmanagerservice.xml*";
+ testPreconditions = "Nil.";
testGroups = "BAT";
// Test steps
@@ -93,9 +93,9 @@ testcase = {
{
// Test meta data
testApplication = "SFW - Browse Notes";
- testBinary = "declarative-sfw-notes";
+ testBinary = "qmlnotes";
testGoal = "Verify that the user can browse through all notes in the system.";
- testPreconditions = "notes manager service must be registered: eg run *servicefw add xmldata/notesmanagerservice.xml*";
+ testPreconditions = "Nil.";
testGroups = "BAT";
// Test steps
@@ -115,10 +115,9 @@ testcase = {
{
// Test meta data
testApplication = "SFW - Find Note";
- testBinary = "declarative-sfw-notes";
+ testBinary = "qmlnotes";
testGoal = "Verify that notes can be found using the search function.";
- testPreconditions = "1. notes manager service must be registered: eg run *servicefw add xmldata/notesmanagerservice.xml*<br>
- 1. at least three notes have been entered in the system.";
+ testPreconditions = "1. at least three notes have been entered in the system.";
testGroups = "BAT";
// Test steps
@@ -139,10 +138,9 @@ testcase = {
{
// Test meta data
testApplication = "SFW - Delete Note";
- testBinary = "declarative-sfw-notes";
+ testBinary = "qmlnotes";
testGoal = "Verify that notes can be deleted.";
- testPreconditions = "1. notes manager service must be registered: eg run *servicefw add xmldata/notesmanagerservice.xml*<br>
- 1. at least three notes have been entered in the system.";
+ testPreconditions = "1. at least three notes have been entered in the system.";
testGroups = "BAT";
// Test steps