summaryrefslogtreecommitdiffstats
path: root/QtMobility
diff options
context:
space:
mode:
authorKeith Isdale <keith.isdale@nokia.com>2010-11-16 15:59:33 +1000
committerKeith Isdale <keith.isdale@nokia.com>2010-11-16 15:59:33 +1000
commita0fa2a6dc917c53c7ddd5e19d83e1b70c70a3497 (patch)
tree850b1d02508a768d2a28f6e900fb53af259866a6 /QtMobility
parentac1fa0a5b82e7d38ad75f1c05741968a019d9a7d (diff)
Clarify the prompts used for manual test runs using sys_versit
Diffstat (limited to 'QtMobility')
-rw-r--r--QtMobility/sys_versit/sys_versit.qtt12
1 files changed, 8 insertions, 4 deletions
diff --git a/QtMobility/sys_versit/sys_versit.qtt b/QtMobility/sys_versit/sys_versit.qtt
index 6a437eb..502b8ea 100644
--- a/QtMobility/sys_versit/sys_versit.qtt
+++ b/QtMobility/sys_versit/sys_versit.qtt
@@ -117,8 +117,10 @@ testcase = {
}
prompt(twiki('---+++ Verify Can Import vCard Contacts
- 1. If =Import Contacts...= menu is missing skip this test
- 1. Select the =Import Contacts...= menu
+
+ 1. Launch application *samplephonebook*
+ 1. If =Import Contacts...= menu entry is missing skip this test
+ 1. Select the =Import Contacts...= menu entry
1. Enter the vCard file name of : *' + vCardFile + '*
1. Accept the value for vCard file (close file selection dialog)
1. Verify that no errors are present on screen
@@ -159,8 +161,10 @@ testcase = {
deletePath(vCardFile);
}else{
prompt(twiki('---+++ Verify Exported vCard Contacts
- 1. If =Export Contacts...= menu is missing skip this test
- 1. Select the =Export Contacts...= menu
+
+ 1. Launch application *samplephonebook*
+ 1. If =Export Contacts...= menu entry is missing skip this test
+ 1. Select the =Export Contacts...= menu entry
1. Enter name of contacts vCard as *' + vCardFile + '*
1. Verify that *' + vCardFile + '* contains *' + name1 + '* and *' + name2 + '*
'));