common/tools/ats/bctest/messagingmw/sendui/sendui.xml
changeset 435 9374c207cfee
child 552 8018a074606b
equal deleted inserted replaced
429:bf5ebfaa40e4 435:9374c207cfee
       
     1 <?xml version="1.0"?>
       
     2 <test>
       
     3 	<id>1</id>
       
     4 	<owner>admin</owner>
       
     5 	<priority>10</priority>
       
     6 	<buildid></buildid>
       
     7 	<name>Send UI BC Tests</name>
       
     8 	<target>
       
     9         <device rank="master" alias="emulator_udeb">
       
    10             <property name="HARNESS" value="ATSINTERFACE" />
       
    11             <property name="NAME" value="emulator_udeb" />
       
    12         </device>
       
    13 	</target>
       
    14 	<plan id="" name="Send UI BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    15 		<target>
       
    16 			<device rank="master" alias="emulator_udeb"/>
       
    17 		</target>
       
    18 		<session id="" name="Send UI Binary Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    19 			<set id="" name="Send UI" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    20                 <case id="" name="Send UI API" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    21                     <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
       
    22                         <command>makedir</command>
       
    23                         <params>
       
    24                             <param dir="c:\spd_logs\xml" /> 
       
    25                         </params>
       
    26                     </step>
       
    27                     <step id="" name="senduiapitest.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
       
    28 						<command>install</command>
       
    29 						<params>
       
    30 							<param type="binary"/>
       
    31 							<param src="senduiapitest.dll"/>
       
    32 							<param dst="c:\sys\bin\senduiapitest.dll"/>
       
    33 							<param component-path="bcsendui" />
       
    34 						</params>
       
    35 					</step>
       
    36 					<step id="" name="testframework_sendui.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
       
    37 						<command>install</command>
       
    38 						<params>
       
    39 							<param type="data"/>
       
    40 							<param src="testframework\testframework_sendui.ini"/>
       
    41 							<param dst="c:\testframework\testframework_sendui.ini"/>
       
    42 							<param component-path="bcsendui" />
       
    43 						</params>
       
    44 					</step>
       
    45 					<step id="" name="ui_senduiapitest.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
       
    46 						<command>install</command>
       
    47 						<params>
       
    48 							<param type="data"/>
       
    49 							<param src="testframework\ui_senduiapitest.cfg"/>
       
    50 							<param dst="c:\testframework\ui_senduiapitest.cfg"/>
       
    51 							<param component-path="bcsendui" />
       
    52 						</params>
       
    53 					</step>  
       
    54 					<step id="" name="senduiapitest (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    55 						<command>execute</command>
       
    56 						<params>
       
    57 							<param file="atsinterface.exe"/>
       
    58 							<param parameters="-testmodule testscripter -config c:\testframework\ui_senduiapitest.cfg"/>
       
    59                             <param result-file="c:\spd_logs\xml\testscripter.xml"/>
       
    60                             <param timeout="3600"/>
       
    61 						</params>
       
    62 					</step>
       
    63 					<step id="" name="senduiapitest (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    64 						<command>fetch-log</command>
       
    65 						<params>
       
    66 							<param path="c:\logs\testframework\TestReport.txt" /> 
       
    67 						</params>
       
    68 					</step>
       
    69                 </case>
       
    70             </set>
       
    71 		</session>
       
    72 	</plan>
       
    73 	<files>
       
    74 		<file>bcsendui/winscw_udeb/senduiapitest.dll</file>
       
    75         <file>bcsendui/general/testframework/testframework_sendui.ini</file>
       
    76         <file>bcsendui/general/testframework/ui_senduiapitest.cfg</file>
       
    77 	</files>
       
    78 </test>