os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-surface-screenrotation.script
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
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-integ-surface-screenrotation.script
sl@0
    18
//
sl@0
    19
// Tests elements of the classes associated with RWindow and the Surface Update Server
sl@0
    20
// as a means of confidence that the APIs work as expected.
sl@0
    21
//
sl@0
    22
// The purpose is to provide a regression test suite of Public
sl@0
    23
// APIs for RWindow. Negative testing is performed to confirm that correct 
sl@0
    24
// errors are returned when incorrect parameters are given.
sl@0
    25
//
sl@0
    26
// The tests are fully automated.
sl@0
    27
/////////////////////////////////////////////////////////////////////
sl@0
    28
sl@0
    29
//! @file
sl@0
    30
//! @SYMTestSuiteName			graphics-wserv-integ-surface
sl@0
    31
//! @SYMScriptTestEnvironment	This test script requires a basic ROM.
sl@0
    32
LOAD_SUITE	t_wservintegserver
sl@0
    33
sl@0
    34
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0009-0001
sl@0
    35
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0009-0001
sl@0
    36
//! @SYMPREQ					1007 1019
sl@0
    37
//! @SYMREQ						8222 8223 8227
sl@0
    38
//! @SYMAPI						RWindow
sl@0
    39
//! @SYMAuthor					John Mercer
sl@0
    40
//! @SYMCreationDate			24/08/2007
sl@0
    41
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    42
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, whilst changing screen device orientation
sl@0
    43
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
    44
//! 							From a separate thread/process raise a screen orientation change event.
sl@0
    45
//! 							Use CWsScreenDevice::SetCurrentRotations() to change the screen rotation 
sl@0
    46
//! 							Utilise CWsScreenDevice::GetRotationsList() to obtain the supported rotations. (NOTE: requires entry in wsini.ini)
sl@0
    47
//! 							Measure frame rate.
sl@0
    48
//! @SYMTestStatus				Implemented
sl@0
    49
//! @SYMTestPriority			1
sl@0
    50
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    51
//! 							Display is composed of moving image in background with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
    52
//!								NOTE: Screen rotates through the available orientations. Application receives screen rotation event to redraw to a different perspective.
sl@0
    53
//! @SYMTestType				CIT
sl@0
    54
sl@0
    55
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0009-001
sl@0
    56
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0009-0001
sl@0
    57
sl@0
    58
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0024-0001
sl@0
    59
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0024-0001
sl@0
    60
//! @SYMPREQ					1007 1019
sl@0
    61
//! @SYMREQ						8222 8223 8227
sl@0
    62
//! @SYMAPI						RWindow
sl@0
    63
//! @SYMAuthor					John Mercer
sl@0
    64
//! @SYMCreationDate			24/08/2007
sl@0
    65
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    66
//! @SYMTestCaseDesc			Moving Image with semi-transparent UI Components, whilst changing screen device orientation
sl@0
    67
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
    68
//! 							From a separate thread/process raise a screen orientation change event.
sl@0
    69
//! 							Use CWsScreenDevice::SetCurrentRotations() to change the screen rotation 
sl@0
    70
//! 							Utilise CWsScreenDevice::GetRotationsList() to obtain the supported rotations. (NOTE: requires entry in wsini.ini)
sl@0
    71
//! 							Measure frame rate.
sl@0
    72
//! @SYMTestStatus				Implemented
sl@0
    73
//! @SYMTestPriority			1
sl@0
    74
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    75
//! 							Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
    76
//! 							NOTE: Screen rotates through the available orientations. Application receives screen rotation event to redraw to a different perspective.
sl@0
    77
//!	@SYMTestType				CIT
sl@0
    78
sl@0
    79
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0024-001
sl@0
    80
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0024-0001
sl@0
    81
sl@0
    82
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0039-0001
sl@0
    83
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0039-0001
sl@0
    84
//! @SYMPREQ					1007 1019
sl@0
    85
//! @SYMREQ						8222 8223 8227
sl@0
    86
//! @SYMAPI						RWindow
sl@0
    87
//! @SYMAuthor					John Mercer
sl@0
    88
//! @SYMCreationDate			24/08/2007
sl@0
    89
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    90
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, whilst changing screen device orientation
sl@0
    91
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
    92
//! 							From a separate thread/process raise a screen orientation change event.
sl@0
    93
//! 							Use CWsScreenDevice::SetCurrentRotations() to change the screen rotation 
sl@0
    94
//! 							Utilise CWsScreenDevice::GetRotationsList() to obtain the supported rotations. (NOTE: requires entry in wsini.ini)
sl@0
    95
//! 							Measure frame rate.
sl@0
    96
//! @SYMTestStatus				Implemented
sl@0
    97
//! @SYMTestPriority			1
sl@0
    98
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    99
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   100
//!								NOTE: Screen rotates through the available orientations. Application receives screen rotation event to redraw to a different perspective.
sl@0
   101
//! @SYMTestType				CIT
sl@0
   102
sl@0
   103
RUN_TEST_STEP !Heap=0x200000	500	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0039-001
sl@0
   104
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0039-0001
sl@0
   105
sl@0
   106
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0054-0001
sl@0
   107
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0054-0001
sl@0
   108
//! @SYMPREQ					1007 1019
sl@0
   109
//! @SYMREQ						8222 8223 8227
sl@0
   110
//! @SYMAPI						RWindow
sl@0
   111
//! @SYMAuthor					John Mercer
sl@0
   112
//! @SYMCreationDate			24/08/2007
sl@0
   113
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   114
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, whilst changing screen device orientation
sl@0
   115
//! @SYMTestActions				With graphics-0061 as a base.
sl@0
   116
//! 							From a separate thread/process raise a screen orientation change event.
sl@0
   117
//! 							Use CWsScreenDevice::SetCurrentRotations() to change the screen rotation 
sl@0
   118
//! 							Utilise CWsScreenDevice::GetRotationsList() to obtain the supported rotations. (NOTE: requires entry in wsini.ini)
sl@0
   119
//! 							Measure frame rate.
sl@0
   120
//! @SYMTestStatus				Implemented
sl@0
   121
//! @SYMTestPriority			1
sl@0
   122
//!	@SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   123
//! 							Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   124
//! 							NOTE: Screen rotates through the available orientations. Application receives screen rotation event to redraw to a different perspective.
sl@0
   125
//!	@SYMTestType				CIT
sl@0
   126
sl@0
   127
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0054-001
sl@0
   128
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0054-0001