sl@0: // sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: ///////////////////////////////////////////////////////////////////// sl@0: // graphics-wserv-genericplugin-load-nonnga.script sl@0: // sl@0: // Tests the generic plug-in framework sl@0: // sl@0: // The test is fully automated. sl@0: ///////////////////////////////////////////////////////////////////// sl@0: sl@0: LOAD_SUITE t_wservgenericpluginserver_nonnga sl@0: DELAY 5000 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0001 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0001 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Control of CWsPlugin loading from WSINI.INI sl@0: //!@SYMTestActions tests alternative fader specified by an ID and alternative sl@0: //! render stage specified by TYPE in wsini.ini file are loaded sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 2 sl@0: //!@SYMTestExpectedResults Alternative plugins are loaded as specified. sl@0: //! Window created in screen 0 is faded with custom fader and sl@0: //! two lines are drawn on the left top window by custom render stage. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 100 t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0001 sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0002 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0002 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Test that plugins can be specified on a per-screen basis through WSINI.INI file sl@0: //!@SYMTestActions Create modified WSINI.INI file which specifies different fader and render stage sl@0: //! plugins to be used on screens 0 and 1. sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 2 sl@0: //!@SYMTestExpectedResults Both sets of plugins are loaded, and the correct plugin is used on each screen. sl@0: //! Windows created in different screen are faded with different color. sl@0: //! Windows in screen 0 have two lines drawn on left top window by custom render stage sl@0: //! while windows in screen 1 use standard render stage. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 100 t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0002 sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0002 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0003 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0003 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Passing data to CWsPlugin on construction through WSINI.INI file sl@0: //!@SYMTestActions Create modified WSINI.INI file which specifies a test plugin to be loaded, sl@0: //! and contains a section for that plugin containing a DATA variable. sl@0: //! TestFader_Data plugin is used for this test sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 2 sl@0: //!@SYMTestExpectedResults The plug-in is loaded as specified. sl@0: //! Window created in screen 1 is faded by fader with fading option set in WSINI.INI. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 100 t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0003 sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0003 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0004 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0004 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Integer and string attributes in WSINI.INI file can be read from CWsPlugin. sl@0: //!@SYMTestActions Create modified WSINI.INI file which specifies a test fader to be loaded to screen 0. sl@0: //! Specifies integer and string variables for default, custom, and screen sections sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 2 sl@0: //!@SYMTestExpectedResults Alternative plug-in is loaded as specified and attributes can be accessed from plug-in. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 100 t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0004 sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0004 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0005 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0005 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc CWsPlugin can gain information about closing windows using MWsWindow interface. sl@0: //!@SYMTestActions Create modified WSINI.INI file which specifies a test renderer to be loaded. sl@0: //! Register CWsPLugin as eventhandler receiving EWindowClosing events. sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 2 sl@0: //!@SYMTestExpectedResults Plugin can access information about closing windows through MWsWindow interface. sl@0: //! Windows with different size and position are created and closed in screen 0. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 100 t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0005 sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0005 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0006 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0006 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc CWsPlugin can obtain instance of another CWPlugin. sl@0: //!@SYMTestActions Create modified WSINI.INI file which specifies a test renderer, test fader, and service plug-in to be loaded. sl@0: //! Service plugin offers elementary service to other plug-ins. sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 2 sl@0: //!@SYMTestExpectedResults Test fader can access information set in service plugin by test renderer. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 100 t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0006 sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0006 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0100 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0100 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Negative tests for control of CWsPlugin loading from WSINI.INI sl@0: //!@SYMTestActions Modify WSINI.INI file that specifies the below plugins to be loaded and check the log file. sl@0: //! 1. Fader without ID or Type for identification in wsini.ini file. sl@0: //! 2. Fader with mismatch UIDs in wsini.ini file. sl@0: //! 3. Fader which leaves from ConstructL. sl@0: //! 4. Render stage factory which responds incorrectly(return NULL) to ResolveObjectInterface method call. sl@0: //! 5. Render stage factory which returns NULL from CreateStageL method. sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 2 sl@0: //!@SYMTestExpectedResults 1. Fader without ID or Type for identification in wsini.ini file is not loaded. sl@0: //! 2. Fader with mismatch UIDs in wsini.ini file is not loaded. sl@0: //! 3. Fader which leaves from ConstructL is not loaded. sl@0: //! 4. Render stage factory which responds incorrectly(return NULL) to ResolveObjectInterface method sl@0: //! call is created without effect. sl@0: //! 5. Render stage factory which returns NULL from CreateStageL method call is sl@0: //! created without effect. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 100 t_wservgenericpluginserver_nonnga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nonnga.ini graphics-wserv-genericplugin-0100 sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0100