os/graphics/windowing/windowserver/test/t_genericplugin/scripts/graphics-wserv-genericplugin-load-nga.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-nga.script	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,96 @@
     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.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_nga
    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 MWsIniFile 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_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.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 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_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.ini graphics-wserv-genericplugin-0002
    1.59 +END_TESTCASE GRAPHICS-WSERV-1841-0002
    1.60 +
    1.61 +START_TESTCASE GRAPHICS-WSERV-1841-0004
    1.62 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0004
    1.63 +//!@SYMPREQ					1841
    1.64 +//!@SYMTestCaseDesc			Integer and string attributes in WSINI.INI file can be read from CWsPlugin. 			
    1.65 +//!@SYMTestActions			Create modified WSINI.INI file which specifies a test fader to be loaded to screen 0.
    1.66 +//!							Specifies integer and string variables for default, custom, and screen sections
    1.67 +//!@SYMTestStatus			Implemented
    1.68 +//!@SYMTestPriority			2
    1.69 +//!@SYMTestExpectedResults	Alternative plug-in is loaded as specified and attributes can be accessed from plug-in.
    1.70 +//!@SYMTestType				CT
    1.71 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.ini graphics-wserv-genericplugin-0004
    1.72 +END_TESTCASE GRAPHICS-WSERV-1841-0004
    1.73 +
    1.74 +START_TESTCASE GRAPHICS-WSERV-1841-0005
    1.75 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0005
    1.76 +//!@SYMPREQ					1841
    1.77 +//!@SYMTestCaseDesc			CWsPlugin can gain information about closing windows using MWsWindow interface.
    1.78 +//!@SYMTestActions			Create modified WSINI.INI file which specifies a test renderer to be loaded.
    1.79 +//!							Register CWsPLugin as eventhandler receiving EWindowClosing events.
    1.80 +//!@SYMTestStatus			Implemented
    1.81 +//!@SYMTestPriority			2
    1.82 +//!@SYMTestExpectedResults	Plugin can access information about closing windows through MWsWindow interface.
    1.83 +//!							Windows with different size and position are created and closed in screen 0.
    1.84 +//!@SYMTestType				CT
    1.85 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.ini graphics-wserv-genericplugin-0005
    1.86 +END_TESTCASE GRAPHICS-WSERV-1841-0005
    1.87 +
    1.88 +START_TESTCASE GRAPHICS-WSERV-1841-0006
    1.89 +//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0006
    1.90 +//!@SYMPREQ					1841
    1.91 +//!@SYMTestCaseDesc			CWsPlugin can obtain instance of another CWPlugin.
    1.92 +//!@SYMTestActions			Create modified WSINI.INI file which specifies a test renderer, test mwsinifile, and service plug-in to be loaded.
    1.93 +//!							Service plugin offers elementary service to other plug-ins.
    1.94 +//!@SYMTestStatus			Implemented
    1.95 +//!@SYMTestPriority			2
    1.96 +//!@SYMTestExpectedResults	Test fader can access information set in service plugin by test renderer.
    1.97 +//!@SYMTestType				CT
    1.98 +RUN_TEST_STEP 100	t_wservgenericpluginserver_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.ini graphics-wserv-genericplugin-0006
    1.99 +END_TESTCASE GRAPHICS-WSERV-1841-0006