os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-dsa-h6.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_integ/scripts/graphics-wserv-integ-dsa-h6.script	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,45 @@
     1.4 +/////////////////////////////////////////////////////////////////////
     1.5 +// graphics-wserv-integ-dsa.script
     1.6 +//
     1.7 +// Tests Public elements of the DSA class
     1.8 +// as a means of confidence that the APIs work as expected.
     1.9 +// 
    1.10 +// The purpose is to provide a regression test suite of Public
    1.11 +// APIs for DSA. Negative testing is performed to confirm that correct 
    1.12 +// errors are returned when incorrect parameters are given.
    1.13 +//
    1.14 +// The tests are fully automated.
    1.15 +/////////////////////////////////////////////////////////////////////
    1.16 +
    1.17 +LOAD_SUITE	t_wservintegserver
    1.18 +
    1.19 +//! @file
    1.20 +//! @SYMTestSuiteName		graphics-wserv-integ-dsa
    1.21 +//! @SYMScriptTestEnvironment	This test script requires a modified ROM, which replaces
    1.22 +//! 				the default wsini.ini with wsini_dsa_h6.ini.
    1.23 +
    1.24 +START_TESTCASE 			GRAPHICS-WSERV-INTEG-DSA-0001-0002
    1.25 +//! @SYMTestCaseID		GRAPHICS-WSERV-INTEG-DSA-0001-0002
    1.26 +//! @SYMPREQ					1007 1019
    1.27 +//! @SYMREQ						8222 8223 8227
    1.28 +//! @SYMAPI			DSA
    1.29 +//! @SYMAuthor			Andy Kinney
    1.30 +//! @SYMCreationDate		16/03/2007
    1.31 +//! @SYMTestCaseDependencies	setup-graphics-wserv-integ-dsa.script wsini_dsa.ini
    1.32 +//! @SYMTestCaseDesc		Check DSA app is aborted when screen rotated
    1.33 +//! @SYMTestActions		1. Start non-DSA app (t_app1.exe)
    1.34 +//!				2. Start DSA app (t_dsaapp.exe)
    1.35 +//!				3. t_dsaapp draws to top half of screen
    1.36 +//!				   red/green alternate frames
    1.37 +//!				4. t_app1 rotates screen to 0 after (dummy rotation since 90 degree not supported on H6)
    1.38 +//!				   number of iterations divided by number of rotations
    1.39 +//!				5. t_dsaapp reaches last iteration and writes result file
    1.40 +//!				6. TEF Step code reads result file and checks for expected
    1.41 +//!				   values, and reports pass or fail
    1.42 +//! @SYMTestStatus		Implemented
    1.43 +//! @SYMTestPriority		Critical
    1.44 +//! @SYMTestExpectedResults	The screen does not rotate and no panics are generated. Top half of screen is displaying
    1.45 +//!				alternate frames of green and blue. DSA App does not count any abort requests
    1.46 +/! @SYMTestType		CIT
    1.47 +RUN_TEST_STEP			180	t_wservintegserver	WServIntegDsa	c:\graphics\graphics-wserv-integ-dsa.ini	graphics-wserv-integ-dsa-0001-002
    1.48 +END_TESTCASE 			GRAPHICS-WSERV-INTEG-DSA-0001-0002