common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.xml
author Brendan Donegan brendand@symbian.org
Sat, 03 Oct 2009 21:54:15 +0100
changeset 611 0f19bbf75c06
parent 452 a95e14867851
child 822 1a356be50bf9
permissions -rw-r--r--
fixed up most of the issues with the dynamic bc test plans

<?xml version="1.0"?>
<test>
	<id>1</id>
	<owner>admin</owner>
	<priority>10</priority>
	<buildid></buildid>
	<name>Landmarks Search BC Tests</name>
	<target>
        <device rank="master" alias="emulator_udeb">
            <property name="HARNESS" value="ATSINTERFACE" />
        </device>
	</target>
	<plan id="" name="Landmarks Search BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
		<target>
			<device rank="master" alias="emulator_udeb"/>
		</target>
		<session id="" name="Landmarks Search Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
			<set id="" name="Landmarks Search" harness="ATSINTERFACE" enabled="true" passrate="100">
				<case id="" name="Landmarks Search" harness="ATSINTERFACE" enabled="true" passrate="100">
                    <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
                        <command>makedir</command>
                        <params>
                            <param dir="c:\spd_logs\xml" /> 
                        </params>
                    </step>
                    <step id="" name="testlmksearchapi.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
						<command>install</command>
						<params>
							<param type="binary"/>
							<param src="testlmksearchapi.dll"/>
							<param dst="c:\sys\bin\testlmksearchapi.dll"/>
							<param component-path="lmsearchtest" />
						</params>
					</step>
					<step id="" name="TestFramework_lmsearch.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
						<command>install</command>
						<params>
							<param type="data"/>
							<param src="testframework/TestFramework_lmsearch.ini"/>
							<param dst="c:\testframework\testframework.ini"/>
							<param component-path="lmsearchtest" />
						</params>
					</step>
					<step id="" name="testlmksearchapi.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
						<command>install</command>
						<params>
							<param type="data"/>
							<param src="testframework/testlmksearchapi.cfg"/>
							<param dst="c:\testframework\testlmksearchapi.cfg"/>
							<param component-path="lmsearchtest" />
						</params>
					</step>
					<step id="" name="testlmksearchapi (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
						<command>execute</command>
						<params>
							<param file="atsinterface.exe"/>
							<param parameters="-testmodule testscripter -config c:\testframework\testlmksearchapi.cfg"/>
							<param result-file="c:\spd_logs\xml\testscripter.xml"/>
                            <param timeout="3600"/>
						</params>
					</step>
					<step id="" name="testlmksearchapi (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
						<command>fetch-log</command>
						<params>
							<param path="c:\logs\testframework\TestReport.txt" /> 
						</params>
					</step>
				</case>
			</set>
		</session>
	</plan>
	<files>
		<file>lmsearchtest/winscw_udeb/testlmksearchapi.dll</file>
		<file>lmsearchtest/general/testframework/TestFramework_lmsearch.ini</file>
		<file>lmsearchtest/general/testframework/testlmksearchapi.cfg</file>
	</files>
</test>