os/graphics/windowing/windowserver/test/t_genericplugin/scripts/graphics-wserv-genericplugin-load-nga.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//
sl@0
     2
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description: 
sl@0
    15
//
sl@0
    16
/////////////////////////////////////////////////////////////////////
sl@0
    17
// graphics-wserv-genericplugin-load.script
sl@0
    18
//
sl@0
    19
// Tests the generic plug-in framework
sl@0
    20
//
sl@0
    21
// The test is fully automated.
sl@0
    22
/////////////////////////////////////////////////////////////////////
sl@0
    23
sl@0
    24
LOAD_SUITE	t_wservgenericpluginserver_nga
sl@0
    25
DELAY		5000
sl@0
    26
sl@0
    27
START_TESTCASE GRAPHICS-WSERV-1841-0001
sl@0
    28
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0001
sl@0
    29
//!@SYMPREQ					1841
sl@0
    30
//!@SYMTestCaseDesc			Control of CWsPlugin loading from WSINI.INI			
sl@0
    31
//!@SYMTestActions			tests MWsIniFile specified by an ID and alternative 
sl@0
    32
//!							render stage specified by TYPE in wsini.ini file are loaded
sl@0
    33
//!@SYMTestStatus			Implemented
sl@0
    34
//!@SYMTestPriority			2
sl@0
    35
//!@SYMTestExpectedResults	Alternative plugins are loaded as specified. 
sl@0
    36
//!							Window created in screen 0 is faded with custom fader and 
sl@0
    37
//!							two lines are drawn on the left top window by custom render stage.
sl@0
    38
//!@SYMTestType				CT
sl@0
    39
RUN_TEST_STEP 100	t_wservgenericpluginserver_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.ini graphics-wserv-genericplugin-0001
sl@0
    40
END_TESTCASE GRAPHICS-WSERV-1841-0001
sl@0
    41
sl@0
    42
START_TESTCASE GRAPHICS-WSERV-1841-0002
sl@0
    43
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0002
sl@0
    44
//!@SYMPREQ					1841
sl@0
    45
//!@SYMTestCaseDesc			Test that plugins can be specified on a per-screen basis through WSINI.INI file
sl@0
    46
//!@SYMTestActions			Create modified WSINI.INI file which specifies different render stage
sl@0
    47
//!							plugins to be used on screens 0 and 1.
sl@0
    48
//!@SYMTestStatus			Implemented
sl@0
    49
//!@SYMTestPriority			2
sl@0
    50
//!@SYMTestExpectedResults	Both sets of plugins are loaded, and the correct plugin is used on each screen.
sl@0
    51
//!							Windows created in different screen are faded with different color.
sl@0
    52
//!							Windows in screen 0 have two lines drawn on left top window by custom render stage 
sl@0
    53
//!							while windows in screen 1 use standard render stage.
sl@0
    54
//!@SYMTestType				CT
sl@0
    55
RUN_TEST_STEP 100	t_wservgenericpluginserver_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.ini graphics-wserv-genericplugin-0002
sl@0
    56
END_TESTCASE GRAPHICS-WSERV-1841-0002
sl@0
    57
sl@0
    58
START_TESTCASE GRAPHICS-WSERV-1841-0004
sl@0
    59
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0004
sl@0
    60
//!@SYMPREQ					1841
sl@0
    61
//!@SYMTestCaseDesc			Integer and string attributes in WSINI.INI file can be read from CWsPlugin. 			
sl@0
    62
//!@SYMTestActions			Create modified WSINI.INI file which specifies a test fader to be loaded to screen 0.
sl@0
    63
//!							Specifies integer and string variables for default, custom, and screen sections
sl@0
    64
//!@SYMTestStatus			Implemented
sl@0
    65
//!@SYMTestPriority			2
sl@0
    66
//!@SYMTestExpectedResults	Alternative plug-in is loaded as specified and attributes can be accessed from plug-in.
sl@0
    67
//!@SYMTestType				CT
sl@0
    68
RUN_TEST_STEP 100	t_wservgenericpluginserver_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.ini graphics-wserv-genericplugin-0004
sl@0
    69
END_TESTCASE GRAPHICS-WSERV-1841-0004
sl@0
    70
sl@0
    71
START_TESTCASE GRAPHICS-WSERV-1841-0005
sl@0
    72
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0005
sl@0
    73
//!@SYMPREQ					1841
sl@0
    74
//!@SYMTestCaseDesc			CWsPlugin can gain information about closing windows using MWsWindow interface.
sl@0
    75
//!@SYMTestActions			Create modified WSINI.INI file which specifies a test renderer to be loaded.
sl@0
    76
//!							Register CWsPLugin as eventhandler receiving EWindowClosing events.
sl@0
    77
//!@SYMTestStatus			Implemented
sl@0
    78
//!@SYMTestPriority			2
sl@0
    79
//!@SYMTestExpectedResults	Plugin can access information about closing windows through MWsWindow interface.
sl@0
    80
//!							Windows with different size and position are created and closed in screen 0.
sl@0
    81
//!@SYMTestType				CT
sl@0
    82
RUN_TEST_STEP 100	t_wservgenericpluginserver_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.ini graphics-wserv-genericplugin-0005
sl@0
    83
END_TESTCASE GRAPHICS-WSERV-1841-0005
sl@0
    84
sl@0
    85
START_TESTCASE GRAPHICS-WSERV-1841-0006
sl@0
    86
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0006
sl@0
    87
//!@SYMPREQ					1841
sl@0
    88
//!@SYMTestCaseDesc			CWsPlugin can obtain instance of another CWPlugin.
sl@0
    89
//!@SYMTestActions			Create modified WSINI.INI file which specifies a test renderer, test mwsinifile, and service plug-in to be loaded.
sl@0
    90
//!							Service plugin offers elementary service to other plug-ins.
sl@0
    91
//!@SYMTestStatus			Implemented
sl@0
    92
//!@SYMTestPriority			2
sl@0
    93
//!@SYMTestExpectedResults	Test fader can access information set in service plugin by test renderer.
sl@0
    94
//!@SYMTestType				CT
sl@0
    95
RUN_TEST_STEP 100	t_wservgenericpluginserver_nga T_WServGenericpluginStepLoad graphics-wserv-genericplugin-nga.ini graphics-wserv-genericplugin-0006
sl@0
    96
END_TESTCASE GRAPHICS-WSERV-1841-0006