From 0f22baf135a845481e1449eab3f98a89ec44dfce Mon Sep 17 00:00:00 2001 From: wang yu Date: Mon, 29 Aug 2011 17:29:29 +0800 Subject: Rewrite test case:select_backends --- tests/systemtests/sys_organizer/sys_organizer.qtt | 29 ++++++++++++++++------- 1 file 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 + "

+ *Goal:* " + testGoal + "
+ *Pre-Requisites:* " + testPreconditions + "
+ *Tested Binary:* " + testBinary + "
+ + | *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 -- cgit v1.2.3