summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwang yu <yu.a.wang@tieto.com>2011-08-29 17:29:29 +0800
committerwang yu <yu.a.wang@tieto.com>2011-08-29 17:29:29 +0800
commit0f22baf135a845481e1449eab3f98a89ec44dfce (patch)
treee4a96040bdc01ef7e2a132ade138f8d946783e69
parenta7ff2ef64dd35a5f21cc6227971e3a19c5690b2b (diff)
Rewrite test case:select_backends
-rw-r--r--tests/systemtests/sys_organizer/sys_organizer.qtt29
1 files changed, 20 insertions, 9 deletions
diff --git a/tests/systemtests/sys_organizer/sys_organizer.qtt b/tests/systemtests/sys_organizer/sys_organizer.qtt
index e0b5d1e4ab..9a69ef82b5 100644
--- a/tests/systemtests/sys_organizer/sys_organizer.qtt
+++ b/tests/systemtests/sys_organizer/sys_organizer.qtt
@@ -54,18 +54,29 @@ testcase = {
'));
},
- select_backends: function()
+ select_backends : function()
{
- prompt(twiki('---++ Various backends can be selected
-
- 1. Launch the *calendardemo* application
- 1. For each item in the backend ( combo box at top of dialog )
- 1. Choose as current backend
- 1. Verify that the backend can be selected without any error or crash
- 1. Close the *calendardemo* application
- '));
+ // Test meta data
+ testTitle = "Organizer - select backends";
+ testBinary = "calendardemo";
+ testGoal = "Backends can be selected without error.";
+ testPreconditions = "None";
+ testGroups = "MOBILITY";
+
+ // Test Steps
+ prompt(twiki("---+++ " + testTitle + "<br><br>
+ *Goal:* " + testGoal + "<br>
+ *Pre-Requisites:* " + testPreconditions + "<br>
+ *Tested Binary:* " + testBinary + "<br>
+
+ | *Step* | *Verification* |
+ | Launch " + testBinary + " | Test application started successfully |
+ | Choose each item as the backend | Verify that the backend can be selected without any error or crash |
+ | Close " + testBinary + " | Test application closed successfully |
+ "));
},
+
add_event: function()
{
prompt(twiki('---++ Add Calendar Event