os/graphics/windowing/windowserver/test/t_genericplugin/scripts/graphics-wserv-genericplugin-load-nonnga.script
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/windowing/windowserver/test/t_genericplugin/scripts/graphics-wserv-genericplugin-load-nonnga.script	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,134 @@
     1.4 +//
     1.5 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +// All rights reserved.
     1.7 +// This component and the accompanying materials are made available
     1.8 +// under the terms of "Eclipse Public License v1.0"
     1.9 +// which accompanies this distribution, and is available
    1.10 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +//
    1.12 +// Initial Contributors:
    1.13 +// Nokia Corporation - initial contribution.
    1.14 +//
    1.15 +// Contributors:
    1.16 +//
    1.17 +// Description: 
    1.18 +//
    1.19 +/////////////////////////////////////////////////////////////////////
    1.20 +// graphics-wserv-genericplugin-load-nonnga.script
    1.21 +//
    1.22 +// Tests the generic plug-in framework
    1.23 +//
    1.24 +// The test is fully automated.
    1.25 +/////////////////////////////////////////////////////////////////////
    1.26 +
    1.27 +LOAD_SUITE	t_wservgenericpluginserver_nonnga
    1.28 +DELAY		5000
    1.29 +
    1.30 +START_TESTCASE GRAPHICS-WSERV-1841-0001
    1.31 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0001
    1.32 +//!@SYMPREQ					1841
    1.33 +//!@SYMTestCaseDesc			Control of CWsPlugin loading from WSINI.INI			
    1.34 +//!@SYMTestActions			tests alternative fader specified by an ID and alternative 
    1.35 +//!							render stage specified by TYPE in wsini.ini file are loaded
    1.36 +//!@SYMTestStatus			Implemented
    1.37 +//!@SYMTestPriority			2
    1.38 +//!@SYMTestExpectedResults	Alternative plugins are loaded as specified. 
    1.39 +//!							Window created in screen 0 is faded with custom fader and 
    1.40 +//!							two lines are drawn on the left top window by custom render stage.
    1.41 +//!@SYMTestType				CT
    1.42 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0001
    1.43 +END_TESTCASE GRAPHICS-WSERV-1841-0001
    1.44 +
    1.45 +START_TESTCASE GRAPHICS-WSERV-1841-0002
    1.46 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0002
    1.47 +//!@SYMPREQ					1841
    1.48 +//!@SYMTestCaseDesc			Test that plugins can be specified on a per-screen basis through WSINI.INI file
    1.49 +//!@SYMTestActions			Create modified WSINI.INI file which specifies different fader and render stage
    1.50 +//!							plugins to be used on screens 0 and 1.
    1.51 +//!@SYMTestStatus			Implemented
    1.52 +//!@SYMTestPriority			2
    1.53 +//!@SYMTestExpectedResults	Both sets of plugins are loaded, and the correct plugin is used on each screen.
    1.54 +//!							Windows created in different screen are faded with different color.
    1.55 +//!							Windows in screen 0 have two lines drawn on left top window by custom render stage 
    1.56 +//!							while windows in screen 1 use standard render stage.
    1.57 +//!@SYMTestType				CT
    1.58 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0002
    1.59 +END_TESTCASE GRAPHICS-WSERV-1841-0002
    1.60 +
    1.61 +START_TESTCASE GRAPHICS-WSERV-1841-0003
    1.62 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0003
    1.63 +//!@SYMPREQ					1841
    1.64 +//!@SYMTestCaseDesc			Passing data to CWsPlugin on construction through WSINI.INI file
    1.65 +//!@SYMTestActions			Create modified WSINI.INI file which specifies a test plugin to be loaded, 
    1.66 +//!							and contains a section for that plugin containing a DATA variable.
    1.67 +//!							TestFader_Data plugin is used for this test
    1.68 +//!@SYMTestStatus			Implemented
    1.69 +//!@SYMTestPriority			2
    1.70 +//!@SYMTestExpectedResults	The plug-in is loaded as specified. 
    1.71 +//!							Window created in screen 1 is faded by fader with fading option set in WSINI.INI.
    1.72 +//!@SYMTestType				CT
    1.73 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0003
    1.74 +END_TESTCASE GRAPHICS-WSERV-1841-0003
    1.75 +
    1.76 +START_TESTCASE GRAPHICS-WSERV-1841-0004
    1.77 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0004
    1.78 +//!@SYMPREQ					1841
    1.79 +//!@SYMTestCaseDesc			Integer and string attributes in WSINI.INI file can be read from CWsPlugin. 			
    1.80 +//!@SYMTestActions			Create modified WSINI.INI file which specifies a test fader to be loaded to screen 0.
    1.81 +//!							Specifies integer and string variables for default, custom, and screen sections
    1.82 +//!@SYMTestStatus			Implemented
    1.83 +//!@SYMTestPriority			2
    1.84 +//!@SYMTestExpectedResults	Alternative plug-in is loaded as specified and attributes can be accessed from plug-in.
    1.85 +//!@SYMTestType				CT
    1.86 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0004
    1.87 +END_TESTCASE GRAPHICS-WSERV-1841-0004
    1.88 +
    1.89 +START_TESTCASE GRAPHICS-WSERV-1841-0005
    1.90 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0005
    1.91 +//!@SYMPREQ					1841
    1.92 +//!@SYMTestCaseDesc			CWsPlugin can gain information about closing windows using MWsWindow interface.
    1.93 +//!@SYMTestActions			Create modified WSINI.INI file which specifies a test renderer to be loaded.
    1.94 +//!							Register CWsPLugin as eventhandler receiving EWindowClosing events.
    1.95 +//!@SYMTestStatus			Implemented
    1.96 +//!@SYMTestPriority			2
    1.97 +//!@SYMTestExpectedResults	Plugin can access information about closing windows through MWsWindow interface.
    1.98 +//!							Windows with different size and position are created and closed in screen 0.
    1.99 +//!@SYMTestType				CT
   1.100 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0005
   1.101 +END_TESTCASE GRAPHICS-WSERV-1841-0005
   1.102 +
   1.103 +START_TESTCASE GRAPHICS-WSERV-1841-0006
   1.104 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0006
   1.105 +//!@SYMPREQ					1841
   1.106 +//!@SYMTestCaseDesc			CWsPlugin can obtain instance of another CWPlugin.
   1.107 +//!@SYMTestActions			Create modified WSINI.INI file which specifies a test renderer, test fader, and service plug-in to be loaded.
   1.108 +//!							Service plugin offers elementary service to other plug-ins.
   1.109 +//!@SYMTestStatus			Implemented
   1.110 +//!@SYMTestPriority			2
   1.111 +//!@SYMTestExpectedResults	Test fader can access information set in service plugin by test renderer.
   1.112 +//!@SYMTestType				CT
   1.113 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0006
   1.114 +END_TESTCASE GRAPHICS-WSERV-1841-0006
   1.115 +
   1.116 +START_TESTCASE GRAPHICS-WSERV-1841-0100
   1.117 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0100
   1.118 +//!@SYMPREQ					1841
   1.119 +//!@SYMTestCaseDesc			Negative tests for control of CWsPlugin loading from WSINI.INI			
   1.120 +//!@SYMTestActions			Modify WSINI.INI file that specifies the below plugins to be loaded and check the log file.
   1.121 +//!							1. Fader without ID or Type for identification in wsini.ini file.
   1.122 +//!							2. Fader with mismatch UIDs in wsini.ini file.
   1.123 +//!							3. Fader which leaves from ConstructL.
   1.124 +//!							4. Render stage factory which responds incorrectly(return NULL) to ResolveObjectInterface method call.	
   1.125 +//!							5. Render stage factory which returns NULL from CreateStageL method.
   1.126 +//!@SYMTestStatus			Implemented
   1.127 +//!@SYMTestPriority			2
   1.128 +//!@SYMTestExpectedResults	1. Fader without ID or Type for identification in wsini.ini file is not loaded.
   1.129 +//!							2. Fader with mismatch UIDs in wsini.ini file is not loaded.
   1.130 +//!							3. Fader which leaves from ConstructL is not loaded.
   1.131 +//!							4. Render stage factory which responds incorrectly(return NULL) to ResolveObjectInterface method 
   1.132 +//!							call is created without effect.	
   1.133 +//!							5. Render stage factory which returns NULL from CreateStageL method call is 
   1.134 +//!							created without effect. 
   1.135 +//!@SYMTestType				CT 
   1.136 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0100
   1.137 +END_TESTCASE GRAPHICS-WSERV-1841-0100